Re: Testing watchdog timer card...?

Richard Gooch (rgooch@atnf.csiro.au)
Fri, 16 Oct 1998 12:06:54 +1000


Jim Dennis writes:
>
> Is there a way I can force a kernel to hang
> so as to test the functionality of a watchdog timer
> card?

do:
iopl (3);
cli ();
while (1);

If you have an SMP machine, run it once for each processor.

Regards,

Richard....

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