From 7b02aa235ba510f314e8bc90220ff391cbb4964c Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Mar 2007 16:07:23 +0000 Subject: [PATCH] Cosmetic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@119 42af7a65-404d-4744-a932-0658087f49c3 --- arch/c5471/src/up_vectors.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/c5471/src/up_vectors.S b/arch/c5471/src/up_vectors.S index 302b79b4f8..d54c43f2b2 100644 --- a/arch/c5471/src/up_vectors.S +++ b/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 */