entry-macro.S 350 B

12345678910111213141516
  1. /*
  2. *
  3. * arch-arm/mach-u300/include/mach/entry-macro.S
  4. *
  5. *
  6. * Copyright (C) 2006-2009 ST-Ericsson AB
  7. * License terms: GNU General Public License (GPL) version 2
  8. * Low-level IRQ helper macros for ST-Ericsson U300
  9. * Author: Linus Walleij <linus.walleij@stericsson.com>
  10. */
  11. .macro disable_fiq
  12. .endm
  13. .macro arch_ret_to_user, tmp1, tmp2
  14. .endm