Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 566ad81f authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Tony Lindgren
Browse files

ARM: OMAP1: Fix typo in fiq.c

parent 22a15e6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ void __init ams_delta_init_fiq(void)
		fiq_buffer[i] = 0;

	/*
	 * FIQ mode r9 always points to the fiq_buffer, becauses the FIQ isr
	 * FIQ mode r9 always points to the fiq_buffer, because the FIQ isr
	 * will run in an unpredictable context. The fiq_buffer is the FIQ isr's
	 * only means of communication with the IRQ level and other kernel
	 * context code.