ARM: remove disable_fiq and arch_ret_to_user macros
[deliverable/linux.git] / arch / arm / mach-mxs / include / mach / entry-macro.S
index 9f0da12e657a5aa0d9a2103f0d045e0ac52a71a0..0c14259705b9c95af2aef87524004d0f0e5a1b4c 100644 (file)
@@ -23,9 +23,6 @@
 #define MXS_ICOLL_VBASE                MXS_IO_ADDRESS(MXS_ICOLL_BASE_ADDR)
 #define HW_ICOLL_STAT_OFFSET   0x70
 
-       .macro  disable_fiq
-       .endm
-
        .macro  get_irqnr_and_base, irqnr, irqstat, base, tmp
        ldr     \irqnr, [\base, #HW_ICOLL_STAT_OFFSET]
        cmp     \irqnr, #0x7F
@@ -36,6 +33,3 @@
        .macro  get_irqnr_preamble, base, tmp
        ldr     \base, =MXS_ICOLL_VBASE
        .endm
-
-       .macro  arch_ret_to_user, tmp1, tmp2
-       .endm
This page took 0.024046 seconds and 5 git commands to generate.