Home
last modified time | relevance | path

Searched hist:db6ccbb61c1291c8aaefadcc8304444f27eeb88d (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dentry-armv.Sdiff db6ccbb61c1291c8aaefadcc8304444f27eeb88d Sat Jan 06 16:53:48 CST 2007 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] Fix kernel-mode undefined instruction aborts

If the kernel attempts to execute a CP1 or CP2 instruction and it
aborts, and a FP emulator is not loaded, we try to return as if to
a user context, instead of the proper kernel context. Since the
fault came from kernel mode, we must use the kernel return paths.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>