entry-macro.S 324 B

12345678910111213
  1. /*
  2. * Low-level IRQ helper macros for Nomadik platforms
  3. *
  4. * This file is licensed under the terms of the GNU General Public
  5. * License version 2. This program is licensed "as is" without any
  6. * warranty of any kind, whether express or implied.
  7. */
  8. .macro disable_fiq
  9. .endm
  10. .macro arch_ret_to_user, tmp1, tmp2
  11. .endm