repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] pxa: update defconfig for Verdex Pro
[linux-2.6/verdex.git]
/
arch
/
arm
/
mm
/
pabort-v6.S
blob
06e3d1ef2115a04b6695ca1cc7276fff41088079
1
#include <linux/linkage.h>
2
#include <asm/assembler.h>
3
4
/*
5
* Function: v6_pabort
6
*
7
* Params : r0 = address of aborted instruction
8
*
9
* Returns : r0 = address of abort
10
* : r1 = IFSR
11
*
12
* Purpose : obtain information about current prefetch abort.
13
*/
14
15
.align 5
16
ENTRY(v6_pabort)
17
mrc p15, 0, r1, c5, c0, 1 @ get IFSR
18
mov pc, lr
19
ENDPROC(v6_pabort)