diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-05 03:51:38 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-14 14:21:47 -0500 |
commit | 7627dc802a98aebebc6a34e5b6558ea4717c968c (patch) | |
tree | f1308e351f6f003a52b5939b7eece82f14a12c62 /arch/arm/mach-ux500 | |
parent | bef8f9ee32511a28f1c9a7d3b8c51cdac030b564 (diff) |
ARM: GIC: private a standard get_irqnr_preamble assembler macro
Provide a standard get_irqnr_preamble assembler macro for platforms
to use, which retrieves the base address of the GIC CPU interface
from gic_cpu_base_addr. Allow platforms to override this by defining
HAVE_GET_IRQNR_PREAMBLE.
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/include/mach/entry-macro.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/entry-macro.S b/arch/arm/mach-ux500/include/mach/entry-macro.S index 3cc3cdf55180..a37f585a3ecb 100644 --- a/arch/arm/mach-ux500/include/mach/entry-macro.S +++ b/arch/arm/mach-ux500/include/mach/entry-macro.S | |||
@@ -11,6 +11,7 @@ | |||
11 | * warranty of any kind, whether express or implied. | 11 | * warranty of any kind, whether express or implied. |
12 | */ | 12 | */ |
13 | #include <mach/hardware.h> | 13 | #include <mach/hardware.h> |
14 | #define HAVE_GET_IRQNR_PREAMBLE | ||
14 | #include <asm/hardware/entry-macro-gic.S> | 15 | #include <asm/hardware/entry-macro-gic.S> |
15 | 16 | ||
16 | .macro disable_fiq | 17 | .macro disable_fiq |