summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include/mach/entry-macro.S
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-05-25 10:50:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-14 12:40:39 +0200
commit12b8eb865285c95d6e2c02555f066e3f949e090d (patch)
tree799de071f8af1010e6c48e06b66ccebc531339fc /arch/arm/plat-mxc/include/mach/entry-macro.S
parentc372a5cf4cde161c7f59bbe7a9ebcfce9cb2c2f8 (diff)
downloadop-kernel-dev-12b8eb865285c95d6e2c02555f066e3f949e090d.zip
op-kernel-dev-12b8eb865285c95d6e2c02555f066e3f949e090d.tar.gz
MXC: use variable for irq controller base in entry-macro.S
This allows us to determine the irq controller base address on runtime. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/entry-macro.S')
-rw-r--r--arch/arm/plat-mxc/include/mach/entry-macro.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/entry-macro.S b/arch/arm/plat-mxc/include/mach/entry-macro.S
index 5f01d60..7cf290e 100644
--- a/arch/arm/plat-mxc/include/mach/entry-macro.S
+++ b/arch/arm/plat-mxc/include/mach/entry-macro.S
@@ -18,7 +18,8 @@
.endm
.macro get_irqnr_preamble, base, tmp
- ldr \base, =AVIC_IO_ADDRESS(AVIC_BASE_ADDR)
+ ldr \base, =avic_base
+ ldr \base, [\base]
#ifdef CONFIG_MXC_IRQ_PRIOR
ldr r4, [\base, #AVIC_NIMASK]
#endif
OpenPOWER on IntegriCloud