Subject: Re: how do I tell if I'm on the interrupt stack?
To: Greg Lehey <grog@lemis.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 09/05/2001 20:46:35
> Correct me if I'm wrong, but IIUC processes run with all interrupts
> enabled.  

you're wrong ;-).  interrupts are masked by splwhatever()/splx()

						- Bill