Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[pandora-kernel.git] / arch / arm / mach-ux500 / include / mach / entry-macro.S
1 /*
2  * Low-level IRQ helper macros for U8500 platforms
3  *
4  * Copyright (C) 2009 ST-Ericsson.
5  *
6  * This file is a copy of ARM Realview platform.
7  *      -just satisfied checkpatch script.
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 #include <mach/hardware.h>
14 #define HAVE_GET_IRQNR_PREAMBLE
15 #include <asm/hardware/entry-macro-gic.S>
16
17                 .macro  disable_fiq
18                 .endm
19
20                 .macro  get_irqnr_preamble, base, tmp
21                 ldr     \base, =IO_ADDRESS(UX500_GIC_CPU_BASE)
22                 .endm
23
24                 .macro  arch_ret_to_user, tmp1, tmp2
25                 .endm