diff --git a/sys/i386/isa/ipl.s b/sys/i386/isa/ipl.s index 3b2bf73dfa27..82ca3b94d91b 100644 --- a/sys/i386/isa/ipl.s +++ b/sys/i386/isa/ipl.s @@ -36,7 +36,7 @@ * * @(#)ipl.s * - * $Id: ipl.s,v 1.8 1997/08/10 21:17:55 fsmp Exp $ + * $Id: ipl.s,v 1.8 1997/08/20 19:46:22 smp Exp $ */ @@ -52,6 +52,10 @@ .globl _cpl _cpl: .long HWI_MASK | SWI_MASK +/* current INTerrupt level */ + .globl _cil +_cil: .long 0 + #ifndef APIC_IO /* interrupt mask enable (all h/w off) */ .globl _imen