]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6
authorAnfei <anfei.zhou@gmail.com>
Tue, 8 Jun 2010 14:16:49 +0000 (15:16 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:15:53 +0000 (11:15 -0700)
commit339d1b8036cb8c09e5bf6d663ff26057ede422c9
treefcc4a798cab72fe31a5d4a95be4b865c6cd721ee
parente90c870c15924880cb9b810413d2605134d4e8c6
ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6

commit 5e27fb78df95e027723af2c90ecc9b4527ae59e9 upstream.

Instruction faults on pre-ARMv6 CPUs are interpreted as
a 'translation fault', but do_translation_fault doesn't
handle well if user mode trying to run instruction above
TASK_SIZE, and result in the infinite retry of that
instruction.

Signed-off-by: Anfei Zhou <anfei.zhou@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/arm/mm/fault.c