On Mon, Aug 20, 2012 at 03:55:48PM +0200, Joerg Roedel wrote: > IO-APIC and PIC use the same resume routines when IRQ > remapping is enabled or disabled. So it should be safe to > mask the other APICs for the IRQ-remapping-disabled case > too.
So your point is that it works with irq-remapping so it should work without as well. The lapic code registers its opcodes as the first syscore device so this code is always executed before the lapic's and pic resume code. PIC masks its sources during init so it does not matter if they are masked earlier. And ioapic, well it restores its entries as well. So yes, I think this safe to do here. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/