From: Anfei Date: Tue, 8 Jun 2010 14:16:49 +0000 (+0100) Subject: ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6 X-Git-Tag: v2.6.35-rc3~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e27fb78df95e027723af2c90ecc9b4527ae59e9;p=pandora-kernel.git ARM: 6166/1: Proper prefetch abort handling on pre-ARMv6 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. CC: Signed-off-by: Anfei Zhou Signed-off-by: Russell King --- Reading git-diff-tree failed