kernel/arch/arm/mach-iop32x/include/mach/entry-macro.S
.. .. @@ -7,8 +7,6 @@ 7 7 * License version 2. This program is licensed "as is" without any 8 8 * warranty of any kind, whether express or implied. 9 9 */ 10 -#include <mach/iop32x.h>11 -12 10 .macro get_irqnr_preamble, base, tmp 13 11 mrc p15, 0, \tmp, c15, c1, 0 14 12 orr \tmp, \tmp, #(1 << 6) .. .. @@ -22,7 +20,7 @@ 22 20 mrc p6, 0, \irqstat, c8, c0, 0 @ Read IINTSRC 23 21 cmp \irqstat, #0 24 22 clzne \irqnr, \irqstat 25 - rsbne \irqnr, \irqnr, #3123 + rsbne \irqnr, \irqnr, #3226 24 .endm 27 25 28 26 .macro arch_ret_to_user, tmp1, tmp2