Subject: how to detect if kernel is running in interrupt ctx
To: None <tech-kern@netbsd.org>
From: Ming Lei <lei.ming@attbi.com>
List: tech-kern
Date: 06/27/2003 09:04:36
In linux, there is a macro called in_interrupt which can tell if the kernel
is running in interrupt(including hardware or software) or not because linux
changes some flags when in or out of the interrupt. Is there any same
facility in netbsd?

Pls CC to this email address.