commit | ff2afb9df607dfcaacdaf67ea84b773c6fb08f4c | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Aug 04 14:17:33 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Aug 04 14:17:33 2005 +0100 |
tree | 8163106927016a97d336a2116518effabab6c0e3 | |
parent | d95a1b4818f2fe38a3cfc9a7d5817dc9a1a69329 [diff] |
[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>