sh: Kill off duplicate page fault notifiers in slow path.
authorPaul Mundt <lethal@linux-sh.org>
Sun, 21 Sep 2008 03:11:25 +0000 (12:11 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 21 Sep 2008 03:11:25 +0000 (12:11 +0900)
commit8f2baee28093ea77c7cc8da45049fd94cc76998e
tree73c24f8c60b7b8d98f9dc36187504534b926da64
parent887f1ae3bc1701604a7b5ef145e1021072675444
sh: Kill off duplicate page fault notifiers in slow path.

We already have hooks in place in the __do_page_fault() fast-path,
so kill them off in the slow path.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/fault_32.c