commit | c4057f5260650f165054bc56e16acc4aa0510d4f | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Mon Feb 04 17:41:01 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Feb 04 17:52:25 2008 +0000 |
tree | 8f1bf4de169c49fc61dd6dc0717b1d184c067d39 | |
parent | 7dd19e755dbe481ae42590dbd921dfd47e94779c [diff] |
[ARM] 4819/1: RealView: Fix entry-macro.S to work with multiple platforms This patch modifies the get_irqnr_preamble macro to work with multiple platforms at run-time by reading the address of the GIC controller from the gic_cpu_base_addr variable. This variable is defined in core.c and intialised in realview_eb.c (gic_init_irq). Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>