2 * arch/arm/mach-nuc93x/include/mach/entry-macro.S
4 * This file is licensed under the terms of the GNU General Public
5 * License version 2. This program is licensed "as is" without any
6 * warranty of any kind, whether express or implied.
10 #include <mach/hardware.h>
11 #include <mach/regs-irq.h>
13 .macro get_irqnr_preamble, base, tmp
16 .macro arch_ret_to_user, tmp1, tmp2
19 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
23 ldr \irqnr, [ \base, #AIC_IPER]
24 ldr \irqnr, [ \base, #AIC_ISNR]
29 /* currently don't need an disable_fiq macro */