mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
irq: set cgu event handle to fasteoi handle
Signed-off-by: Steven Miao <realmz6@gmail.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
parent
3003668ce4
commit
a5b4d4be6c
@ -1362,7 +1362,7 @@ int __init init_arch_irq(void)
|
||||
handle_level_irq);
|
||||
#else
|
||||
for (irq = BFIN_IRQ(0); irq <= SYS_IRQS; irq++) {
|
||||
if (irq < CORE_IRQS) {
|
||||
if (irq < CORE_IRQS && irq != IRQ_CGU_EVT) {
|
||||
irq_set_chip(irq, &bfin_sec_irqchip);
|
||||
__irq_set_handler(irq, handle_sec_fault, 0, NULL);
|
||||
} else if (irq >= BFIN_IRQ(21) && irq <= BFIN_IRQ(26)) {
|
||||
|
Loading…
Reference in New Issue
Block a user