davinci: Move interrupt ctlr info to SoC infrastructure
[deliverable/linux.git] / arch / arm / mach-davinci / include / mach / entry-macro.S
index 0ebb445450500a290ac89c1ed21616a5cd430513..ed78851fe4aee13186008ac19d0eb10c27f13f22 100644 (file)
@@ -15,7 +15,8 @@
                .endm
 
                .macro  get_irqnr_preamble, base, tmp
-               ldr \base, =IO_ADDRESS(DAVINCI_ARM_INTC_BASE)
+               ldr \base, =davinci_intc_base
+               ldr \base, [\base]
                .endm
 
                .macro  arch_ret_to_user, tmp1, tmp2
This page took 0.041408 seconds and 5 git commands to generate.