Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into...
[pandora-kernel.git] / arch / arm / plat-mxc / include / mach / entry-macro.S
1 /*
2  *  Copyright (C) 2007 Lennert Buytenhek <buytenh@wantstofly.org>
3  *  Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved.
4  */
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
12 /* Unused, we use CONFIG_MULTI_IRQ_HANDLER */
13
14         .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
23         .macro  get_irqnr_and_base, irqnr, irqstat, base, tmp
24         .endm
25
26         .macro test_for_ipi, irqnr, irqstat, base, tmp
27         .endm