Re: [RFC][PATCH] fix target_cpus() for summit subarch

From: William Lee Irwin III
Date: Fri Aug 27 2004 - 21:07:49 EST


On Fri, Aug 27, 2004 at 05:24:48PM -0700, john stultz wrote:
> I've been hunting down a bug affecting IBM x440/x445 systems where the
> floppy driver would get spurious interrupts and would not initialize
> properly.
> After digging James Cleverdon pointed out that target_cpus() is routing
> the interrupts to the clustered apic broadcast mask. This was causing
> multiple interrupts to show up, breaking the floppy init code.
> This one-liner fix simply routes interrupts to the first cpu to resolve
> this issue.
> Any comments or feedback would be appreciated.

You're using fixed delivery mode, so non-singleton destinations break.
If lowest prio delivery mode saw this, you'd have IO-APIC errata.


-- wli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/