diff options
Diffstat (limited to 'arch/arm/mach-ux500/cpu.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index d11ac4bf336c..db16b5a04ad5 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c | |||
@@ -52,17 +52,7 @@ void ux500_restart(enum reboot_mode mode, const char *cmd) | |||
52 | */ | 52 | */ |
53 | void __init ux500_init_irq(void) | 53 | void __init ux500_init_irq(void) |
54 | { | 54 | { |
55 | void __iomem *dist_base; | ||
56 | void __iomem *cpu_base; | ||
57 | |||
58 | gic_arch_extn.flags = IRQCHIP_SKIP_SET_WAKE | IRQCHIP_MASK_ON_SUSPEND; | 55 | gic_arch_extn.flags = IRQCHIP_SKIP_SET_WAKE | IRQCHIP_MASK_ON_SUSPEND; |
59 | |||
60 | if (cpu_is_u8500_family() || cpu_is_ux540_family()) { | ||
61 | dist_base = __io_address(U8500_GIC_DIST_BASE); | ||
62 | cpu_base = __io_address(U8500_GIC_CPU_BASE); | ||
63 | } else | ||
64 | ux500_unknown_soc(); | ||
65 | |||
66 | irqchip_init(); | 56 | irqchip_init(); |
67 | 57 | ||
68 | /* | 58 | /* |