entry-macro.S 629 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Copyright (C) 2007 Lennert Buytenhek <buytenh@wantstofly.org>
  3. * Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved.
  4. */
  5. /*
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. /* Unused, we use CONFIG_MULTI_IRQ_HANDLER */
  11. .macro disable_fiq
  12. .endm
  13. .macro get_irqnr_preamble, base, tmp
  14. .endm
  15. .macro arch_ret_to_user, tmp1, tmp2
  16. .endm
  17. .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
  18. .endm
  19. .macro test_for_ipi, irqnr, irqstat, base, tmp
  20. .endm