entry-macro.S 492 B

1234567891011121314151617
  1. /*
  2. * arch/arm/mach-ep93xx/include/mach/entry-macro.S
  3. * IRQ demultiplexing for EP93xx
  4. *
  5. * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org>
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or (at
  10. * your option) any later version.
  11. */
  12. .macro disable_fiq
  13. .endm
  14. .macro arch_ret_to_user, tmp1, tmp2
  15. .endm