diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-06-26 09:35:07 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-07-02 05:56:11 -0400 |
commit | 3e287bec6fde088bff05ee7f998f53e8ac75b922 (patch) | |
tree | 4ad814de273327ae1e6ddc354ab0ab6bb9653246 /arch/arm/mm/abort-ev7.S | |
parent | 8dfe7ac96fedd4f5219879f63a8a546a33609daf (diff) |
ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5
Re-jig the CPU abort helpers to take the PC/PSR in r4/r5 rather
than r2/r3.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mm/abort-ev7.S')
-rw-r--r-- | arch/arm/mm/abort-ev7.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mm/abort-ev7.S b/arch/arm/mm/abort-ev7.S index ec88b157d3bb..6cb51431a859 100644 --- a/arch/arm/mm/abort-ev7.S +++ b/arch/arm/mm/abort-ev7.S | |||
@@ -3,8 +3,8 @@ | |||
3 | /* | 3 | /* |
4 | * Function: v7_early_abort | 4 | * Function: v7_early_abort |
5 | * | 5 | * |
6 | * Params : r2 = address of aborted instruction | 6 | * Params : r4 = aborted context pc |
7 | * : r3 = saved SPSR | 7 | * : r5 = aborted context psr |
8 | * | 8 | * |
9 | * Returns : r0 = address of abort | 9 | * Returns : r0 = address of abort |
10 | * : r1 = FSR, bit 11 = write | 10 | * : r1 = FSR, bit 11 = write |