[PATCH] powerpc: Lack of ISA interrupts on XICS isn't dangerous
This isn't really a dangerous thing any more; most systems lack ISA interrupt controllers. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Родитель
e110b281dc
Коммит
cc98f70557
|
@ -522,7 +522,7 @@ nextnode:
|
|||
|
||||
np = of_find_node_by_type(NULL, "interrupt-controller");
|
||||
if (!np) {
|
||||
printk(KERN_WARNING "xics: no ISA interrupt controller\n");
|
||||
printk(KERN_DEBUG "xics: no ISA interrupt controller\n");
|
||||
xics_irq_8259_cascade_real = -1;
|
||||
xics_irq_8259_cascade = -1;
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче