From: Russell King Date: Thu, 4 Aug 2005 13:17:33 +0000 (+0100) Subject: [PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes. X-Git-Tag: v2.6.13-rc6~67^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff2afb9df607dfcaacdaf67ea84b773c6fb08f4c;p=pandora-kernel.git [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 --- Reading git-diff-tree failed