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 */