entry-macro.S 627 B

12345678910111213141516171819202122232425
  1. /* arch/arm/mach-s5pc100/include/mach/entry-macro.S
  2. *
  3. * Copyright 2009 Samsung Electronics Co.
  4. * Byungho Min <bhmin@samsung.com>
  5. *
  6. * Based on mach-s3c6400/include/mach/entry-macro.S
  7. *
  8. * Low-level IRQ helper macros for the Samsung S5PC1XX series
  9. *
  10. * This file is licensed under the terms of the GNU General Public
  11. * License version 2. This program is licensed "as is" without any
  12. * warranty of any kind, whether express or implied.
  13. */
  14. .macro disable_fiq
  15. .endm
  16. .macro get_irqnr_preamble, base, tmp
  17. .endm
  18. .macro arch_ret_to_user, tmp1, tmp2
  19. .endm
  20. .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
  21. .endm