Commit d1fc7b62 authored by Paul Mackerras's avatar Paul Mackerras

PPC32: Fix irq_desc initialization.

parent 7d7f315b
......@@ -68,7 +68,6 @@ static void register_irq_proc (unsigned int irq);
irq_desc_t irq_desc[NR_IRQS] __cacheline_aligned = {
[0 ... NR_IRQS-1] = {
.handler = &no_irq_type,
.lock = SPIN_LOCK_UNLOCKED
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment