git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d95a1b4
)
[PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes.
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Thu, 4 Aug 2005 13:17:33 +0000
(14:17 +0100)
committer
Russell 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