diff options
| author | Steve Passe <fsmp@FreeBSD.org> | 1997-08-21 05:15:08 +0000 |
|---|---|---|
| committer | Steve Passe <fsmp@FreeBSD.org> | 1997-08-21 05:15:08 +0000 |
| commit | fcdf862ccabe09bc521d6ae5a647a98a36364966 (patch) | |
| tree | 0859dea4714fab94c6f52df36b59858a622bda35 | |
| parent | 4a73d99f7e1e537fcf59bb0529e09869d477df52 (diff) | |
Notes
| -rw-r--r-- | sys/i386/include/ipl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/include/ipl.h b/sys/i386/include/ipl.h index 62c117e0a8dd..9ec40468d4c9 100644 --- a/sys/i386/include/ipl.h +++ b/sys/i386/include/ipl.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ipl.h,v 1.9 1997/05/31 09:16:36 peter Exp $ + * $Id: ipl.h,v 1.1 1997/08/20 19:47:48 smp Exp $ */ #ifndef _MACHINE_IPL_H_ @@ -93,6 +93,9 @@ extern unsigned bio_imask; /* group of interrupts masked with splbio() */ #endif extern unsigned cpl; /* current priority level mask */ +#ifdef SMP +extern unsigned cil; /* current INTerrupt level mask */ +#endif extern volatile unsigned idelayed; /* interrupts to become pending */ extern volatile unsigned ipending; /* active interrupts masked by cpl */ #ifdef notyet /* in <sys/interrupt.h> until pci drivers stop hacking on them */ |
