02 Jul, 2011
2 commits
-
Tail-call the main C data abort handler code from the per-CPU helper
code. Update the comments in the code wrt the new calling and return
register state.Signed-off-by: Russell King
-
Re-jig the CPU abort helpers to take the PC/PSR in r4/r5 rather
than r2/r3.Signed-off-by: Russell King
01 Sep, 2008
1 commit
-
This declaration specifies the "function" type and size for various
assembly functions, mainly needed for generating the correct branch
instructions in Thumb-2.Signed-off-by: Catalin Marinas
Signed-off-by: Russell King
29 Sep, 2006
1 commit
-
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
Signed-off-by: Russell King