On Mon, 2007-03-05 at 16:27 +0100, Ingo Molnar wrote:
> * Daniel Walker <[EMAIL PROTECTED]> wrote:
> 
> > > > FYI, this is not a "wont boot" problem, this should be a "NMI 
> > > > watchdog does not work" problem - which has far lower severity. 
> > > > Also, Thomas did a fix for this which is now in -mm.
> > > 
> > > yup, you should be able to cross this one off, Adrian.  The fix 
> > > worked for me, at least.
> > 
> > I didn't see a fix for this one go by .. I'll check the usual places I 
> > guess ..
> 
> find it below.

This fix gets the NMI to tick like the timer (in /proc/interrupts) ..
However, now that it's ticking I don't think it's actually working
properly ..

I used this simple test case given by you a long time ago,

main ()
{
iopl(3);
for (;;) 
        asm("cli");

}

This doesn't look like a regression tho, 2.6.19-rc6 has the same
behavior ..

Daniel

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

Reply via email to