Re: NMI problems with Dell SMP Xeons

From: Andi Kleen
Date: Mon May 22 2006 - 20:00:54 EST



> (1) IPI 2, not marked as NMI. This does _not_ call into the do_nmi()
> routine.
>
> People have been telling me (hi, Andi:) that sending interrupt 2 as
> an IPI automatically sends it as an NMI.

I can't remember ever saying that. I said that sending anything with the
NMI bit set will end up at the NMI vector, not the original vector
you specified. Or at least that is what the Intel manual specify.
That is why it is useless to hook the original vector like you did
and add special cases just to get an NMI send with different vector.

-Andi



-
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/