summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src/up_vectors.S
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-02-19 22:51:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-02-19 22:51:18 +0000
commit0924f81f32294abaae83d0fd9f4ff7a6257065ac (patch)
treebc6c6bc6997a73744ef28aa82f8e5738d1173e3d /nuttx/arch/c5471/src/up_vectors.S
parent71989f8323da84187bb4b06ef9d4435d037d7a27 (diff)
downloadpx4-nuttx-0924f81f32294abaae83d0fd9f4ff7a6257065ac.tar.gz
px4-nuttx-0924f81f32294abaae83d0fd9f4ff7a6257065ac.tar.bz2
px4-nuttx-0924f81f32294abaae83d0fd9f4ff7a6257065ac.zip
Fix ARM IRQ handling problem + ARM context restore problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@9 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/c5471/src/up_vectors.S')
-rw-r--r--nuttx/arch/c5471/src/up_vectors.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/c5471/src/up_vectors.S b/nuttx/arch/c5471/src/up_vectors.S
index b9a4e6d6c..110fcce69 100644
--- a/nuttx/arch/c5471/src/up_vectors.S
+++ b/nuttx/arch/c5471/src/up_vectors.S
@@ -147,7 +147,7 @@ up_vectorirq:
mov fp, #0 /* Init frame pointer */
mov r1, sp /* Get r1=xcp */
- bl up_prefetchabort /* Call the handler */
+ bl up_doirq /* Call the handler */
/* Restore the CPSR, SVC modr registers and return */
.Lnoirqset: