mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-24 09:32:40 +00:00
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>