]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm: System without MMU do not need pte_mkwrite
authorMichal Simek <monstr@monstr.eu>
Fri, 21 Jan 2011 07:49:56 +0000 (08:49 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 21 Jan 2011 16:40:30 +0000 (08:40 -0800)
commit3dece370ecc7c6152b3fdd21c6de28179f6e643d
treee63f721412c1ef469108ae7e688cebcf39d83cad
parentdb9fd8486bfe895b00b3603685c086a3c8210ffe
mm: System without MMU do not need pte_mkwrite

The patch "thp: export maybe_mkwrite" (commit 14fd403f2146) breaks
systems without MMU.

Error log:

    CC      arch/microblaze/mm/init.o
  In file included from include/linux/mman.h:14,
                   from arch/microblaze/mm/consistent.c:24:
  include/linux/mm.h: In function 'maybe_mkwrite':
  include/linux/mm.h:482: error: implicit declaration of function 'pte_mkwrite'
  include/linux/mm.h:482: error: incompatible types in assignment

Signed-off-by: Michal Simek <monstr@monstr.eu>
CC: Andrea Arcangeli <aarcange@redhat.com>
Reviewed-by: Rik van Riel <riel@redhat.com>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h