[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)
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>

No differences found