http://bugzilla.kernel.org/show_bug.cgi?id=6450





------- Additional Comments From [EMAIL PROTECTED]  2006-06-01 18:33 -------
Can you also add
+printk("irq disabled %d\n", irqs_disabled());
in the last line of '__sysdev_resume'.

>From the log, 
Resuming type 'irqrouter':
 irqrouter0
irq disabled 1
BUG: soft lockup detected on CPU#0!
 <> ...
It appears the oops is printed before type 'acpi' resume. It's sysdev, so it 
should be executed with interrupt disabled. But we saw a soft lockup here, so 
looks some drivers wrongly enabled interrupt. irqrouter is more likely the 
source.

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to