[ARM] nommu: abort handler fixup for !CPU_CP15_MMU cores.
authorHyok S. Choi <hyok.choi@samsung.com>
Thu, 28 Sep 2006 12:46:16 +0000 (21:46 +0900)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 28 Sep 2006 19:15:46 +0000 (20:15 +0100)
There is no FSR/FAR register on no-CP15 or MPU cores. This patch adds a
dummy abort handler which returns zero for the base restored Data Abort
model !CPU_CP15_MMU cores. The abort-lv4t.S is still used with the fix-up
for the base updated Data Abort model cores.

Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found