mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
5d6bed2a9c
v3.18 changed handle_IRQ() to call __handle_domain_irq(), which now
rejects attempts to deliver IRQ0. Since IRQ 0 is used as the timer
interrupt (just like the PIT on x86), this causes boot to fail as the
bogomips calibration never completes.
Fix this by shuffling all interrupts up by one.
Fixes:
|
||
---|---|---|
.. | ||
include/mach | ||
cm-a510.c | ||
common.c | ||
common.h | ||
dove-db-setup.c | ||
irq.c | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
mpp.c | ||
mpp.h | ||
pcie.c |