ARM: remove disable_fiq and arch_ret_to_user macros
[deliverable/linux.git] / arch / arm / mach-shark / include / mach / entry-macro.S
index 0bb6cc626eb71d78b184905020ded7a769e230c3..5901b09fc96a356b1aa8d07a96c8efa3bfc9f6a6 100644 (file)
@@ -7,16 +7,10 @@
  * License version 2. This program is licensed "as is" without any
  * warranty of any kind, whether express or implied.
  */
-               .macro  disable_fiq
-               .endm
-
                .macro  get_irqnr_preamble, base, tmp
                mov     \base, #0xe0000000
                .endm
 
-               .macro  arch_ret_to_user, tmp1, tmp2
-               .endm
-
                .macro  get_irqnr_and_base, irqnr, irqstat, base, tmp
 
                mov     \irqstat, #0x0C
This page took 0.028017 seconds and 5 git commands to generate.