entry-macro.S 471 B

123456789101112131415161718
  1. /*
  2. * arch/arm/mach-spear3xx/include/mach/entry-macro.S
  3. *
  4. * Low-level IRQ helper macros for SPEAr3xx machine family
  5. *
  6. * Copyright (C) 2009 ST Microelectronics
  7. * Viresh Kumar<viresh.kumar@st.com>
  8. *
  9. * This file is licensed under the terms of the GNU General Public
  10. * License version 2. This program is licensed "as is" without any
  11. * warranty of any kind, whether express or implied.
  12. */
  13. .macro disable_fiq
  14. .endm
  15. .macro arch_ret_to_user, tmp1, tmp2
  16. .endm