|
|
| File: [Development] / linux-2.6-xfs / arch / arm / mm / abort-nommu.S (download)
Revision 1.1, Tue Oct 31 15:49:12 2006 UTC (10 years, 11 months ago) by tes.longdrop.melbourne.sgi.com
Merge up to 2.6.19-rc3 Merge of 2.6.x-xfs-melb:linux:27325b by kenmcd. |
#include <linux/linkage.h> #include <asm/assembler.h> /* * Function: nommu_early_abort * * Params : r2 = address of aborted instruction * : r3 = saved SPSR * * Returns : r0 = 0 (abort address) * : r1 = 0 (FSR) * * Note: There is no FSR/FAR on !CPU_CP15_MMU cores. * Just fill zero into the registers. */ .align 5 ENTRY(nommu_early_abort) mov r0, #0 @ clear r0, r1 (no FSR/FAR) mov r1, #0 mov pc, lr