summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-22 16:07:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-22 16:07:23 +0000
commit4a1eb7629dd7c39daf6582519e13d3e9e347aab5 (patch)
tree92a6f8e1135d4d29b40f0d83f17168156c8d269a /nuttx/arch/c5471/src
parentc0a2a78525cfafb173d9389ff5da00de5cf35870 (diff)
downloadpx4-nuttx-4a1eb7629dd7c39daf6582519e13d3e9e347aab5.tar.gz
px4-nuttx-4a1eb7629dd7c39daf6582519e13d3e9e347aab5.tar.bz2
px4-nuttx-4a1eb7629dd7c39daf6582519e13d3e9e347aab5.zip
Cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@119 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/c5471/src')
-rw-r--r--nuttx/arch/c5471/src/up_vectors.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/nuttx/arch/c5471/src/up_vectors.S b/nuttx/arch/c5471/src/up_vectors.S
index 302b79b4f..d54c43f2b 100644
--- a/nuttx/arch/c5471/src/up_vectors.S
+++ b/nuttx/arch/c5471/src/up_vectors.S
@@ -152,9 +152,7 @@ up_vectorirq:
* no pending interrupt */
.Lhaveirq:
#endif
- /* Then call the IRQ handler with interrupt disabled.
- * rq_dispatch(int irq, struct xcptcontext *xcp)
- */
+ /* Then call the IRQ handler with interrupt disabled. */
mov fp, #0 /* Init frame pointer */
mov r1, sp /* Get r1=xcp */