mm: Fix fixup_user_fault() for MMU=n
authorPeter Zijlstra <peterz@infradead.org>
Wed, 27 Jul 2011 10:17:11 +0000 (12:17 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Aug 2011 19:11:02 +0000 (12:11 -0700)
commit5c723ba5b7886909b2e430f2eae454c33f7fe5c6
tree4111bfcba622b375d5dd6955fca5252753f283a1
parent2f84dd70916ccadd25e94d28363182a978f569b6
mm: Fix fixup_user_fault() for MMU=n

In commit 2efaca927f5c ("mm/futex: fix futex writes on archs with SW
tracking of dirty & young") we forgot about MMU=n.  This patch fixes
that.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: David Howells <dhowells@redhat.com>
Link: http://lkml.kernel.org/r/1311761831.24752.413.camel@twins
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm.h
This page took 0.02679 seconds and 5 git commands to generate.