mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07: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>