blob: 9fe0dfcf4e7e02a85e0d4e944829d9f43305d74c [file] [log] [blame]
Quinn Jensen52c543f2007-07-09 22:06:53 +01001/*
2 * Copyright (C) 2007 Lennert Buytenhek <buytenh@wantstofly.org>
Amit Kucheriaa0037082009-12-03 22:36:41 +02003 * Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved.
Quinn Jensen52c543f2007-07-09 22:06:53 +01004 */
5
6/*
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
Sascha Hauer05822c82011-09-20 14:32:21 +020012/* Unused, we use CONFIG_MULTI_IRQ_HANDLER */
Sascha Hauera2449092008-12-18 11:51:57 +010013
Quinn Jensen52c543f2007-07-09 22:06:53 +010014 .macro disable_fiq
15 .endm
16
17 .macro get_irqnr_preamble, base, tmp
18 .endm
19
20 .macro arch_ret_to_user, tmp1, tmp2
21 .endm
22
Quinn Jensen52c543f2007-07-09 22:06:53 +010023 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
Quinn Jensen52c543f2007-07-09 22:06:53 +010024 .endm
Shawn Guo11036432011-09-24 00:43:06 +080025
26 .macro test_for_ipi, irqnr, irqstat, base, tmp
27 .endm
28
29 .macro test_for_ltirq, irqnr, irqstat, base, tmp
30 .endm