projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1cffeb
)
ARM: GIC: set handle_arch_irq in GIC initialization
author
Rob Herring
<rob.herring@calxeda.com>
Sat, 3 Nov 2012 17:59:51 +0000
(12:59 -0500)
committer
Rob Herring
<rob.herring@calxeda.com>
Thu, 10 Jan 2013 17:45:48 +0000
(11:45 -0600)
Set handle_arch_irq to gic_handle_irq. Only the first GIC initialized can
setup the handler.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Olof Johansson <olof@lixom.net>
arch/arm/common/gic.c
patch
|
blob
|
history
diff --git
a/arch/arm/common/gic.c
b/arch/arm/common/gic.c
index
788658c
..
4b4ccf3
100644
(file)
--- a/
arch/arm/common/gic.c
+++ b/
arch/arm/common/gic.c
@@
-767,6
+767,9
@@
void __init gic_init_bases(unsigned int gic_nr, int irq_start,
#ifdef CONFIG_SMP
set_smp_cross_call(gic_raise_softirq);
#endif
+
+ set_handle_irq(gic_handle_irq);
+
gic_chip.flags |= gic_arch_extn.flags;
gic_dist_init(gic);
gic_cpu_init(gic);