From: Russell King Date: Sat, 6 Jan 2007 22:53:48 +0000 (+0000) Subject: [ARM] Fix kernel-mode undefined instruction aborts X-Git-Tag: v2.6.20-rc5~40^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db6ccbb61c1291c8aaefadcc8304444f27eeb88d;p=pandora-kernel.git [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 --- Reading git-diff-tree failed