entry-macro.S 448 B

12345678910111213141516
  1. /* arch/arm/mach-exynos4/include/mach/entry-macro.S
  2. *
  3. * Cloned from arch/arm/mach-realview/include/mach/entry-macro.S
  4. *
  5. * Low-level IRQ helper macros for EXYNOS4 platforms
  6. *
  7. * This file is licensed under the terms of the GNU General Public
  8. * License version 2. This program is licensed "as is" without any
  9. * warranty of any kind, whether express or implied.
  10. */
  11. .macro disable_fiq
  12. .endm
  13. .macro arch_ret_to_user, tmp1, tmp2
  14. .endm