GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-rpc / include / mach / entry-macro.S
blob4059a43211dfacaca892c5d7fcfcbbe9880a3f8f
1 #include <mach/hardware.h>
2 #include <asm/hardware/entry-macro-iomd.S>
4         .equ    ioc_base_high, IOC_BASE & 0xff000000
5         .equ    ioc_base_low, IOC_BASE & 0x00ff0000
7         .macro  get_irqnr_preamble, base, tmp
8         mov     \base, #ioc_base_high           @ point at IOC
9         .if     ioc_base_low
10         orr     \base, \base, #ioc_base_low
11         .endif
12         .endm
14         .macro  arch_ret_to_user, tmp1, tmp2
15         .endm