From fcdf862ccabe09bc521d6ae5a647a98a36364966 Mon Sep 17 00:00:00 2001 From: Steve Passe Date: Thu, 21 Aug 1997 05:15:08 +0000 Subject: Oops, this should have been in last commit. Adds variable cil: current INTerrupt level. This is part of the new MP-safe spl algorithm. --- sys/i386/include/ipl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 until pci drivers stop hacking on them */ -- cgit v1.3