]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes.
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 4 Aug 2005 13:17:33 +0000 (14:17 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 4 Aug 2005 13:17:33 +0000 (14:17 +0100)
commitff2afb9df607dfcaacdaf67ea84b773c6fb08f4c
tree8163106927016a97d336a2116518effabab6c0e3
parentd95a1b4818f2fe38a3cfc9a7d5817dc9a1a69329
[PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes.

The ARM fault handler is optimised to make the fast path, err, fast.
The renumbering of the VM_FAULT_* codes broke this because numbers
were used instead of the definitions.  Fix this.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/fault.c