Cc: Arjan van de Ven <arjan@...>, David Bahi <dbahi@...>, LKML <linux-kernel@...>, <linux-rt-users@...>, Andrew Morton <akpm@...>, Ingo Molnar <mingo@...>, Gregory Haskins <GHaskins@...>
> IRQ_NOBALANCING is not preventing cpu unplug. It moves the affinity to the
That cannot happen right now because cpu_disable() on both i386/x86-64
reject CPU #0. So just setting IRQ_NOBALANCING is sufficient and both
do that already. I was wrong earlier in being concerned about this.
That would not handle the case with a single CPU running only
irq 0 but not broadcasting I think.
I believe ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt/patches/fix-watchdog
is the correct fix
-Andi
-