On Thu, Sep 04, 2008 at 05:24:53PM -0400, Don Zickus wrote:
In theory, you could do the same while registering the handler on die
chain?
I don't get the whole point. So we are looking for a system where no body
else uses an NMI for any purpose and the moment NMI happens, this driver
will go and panic() the system. I don't get, what do we achive by that?
Looks like you got some device in platform which raises an NMI and which
indicates that something is wrong and log the message and do a panic().
But you don't have a way to find out if that device has raised the
interrupt or something else has raised the NMI, hence you want to stop the
watchdog timer and assume any NMI henceforth is from device?
So any functionality which is dependent on NMI, will not work as long as
this driver is loaded.
Thanks
Vivek
--