Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux...
authorOlof Johansson <olof@lixom.net>
Tue, 2 Apr 2013 17:59:15 +0000 (10:59 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 2 Apr 2013 17:59:28 +0000 (10:59 -0700)
* 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64:
  irqchip: gic: Perform the gic_secondary_init() call via CPU notifier
  irqchip: gic: Call handle_bad_irq() directly
  arm: Move chained_irq_(enter|exit) to a generic file
  arm: Move the set_handle_irq and handle_arch_irq declarations to asm/irq.h
  + Linux 3.9-rc3

Signed-off-by: Olof Johansson <olof@lixom.net>
1  2 
arch/arm/Kconfig
arch/arm/mach-s3c24xx/irq.c
drivers/irqchip/irq-gic.c

Simple merge
Simple merge
@@@ -799,15 -820,8 +820,8 @@@ void __init gic_init_bases(unsigned in
        gic_pm_init(gic);
  }
  
- void __cpuinit gic_secondary_init(unsigned int gic_nr)
- {
-       BUG_ON(gic_nr >= MAX_GIC_NR);
-       gic_cpu_init(&gic_data[gic_nr]);
- }
  #ifdef CONFIG_OF
 -static int gic_cnt __initdata = 0;
 +static int gic_cnt __initdata;
  
  int __init gic_of_init(struct device_node *node, struct device_node *parent)
  {