summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/ipl.s6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/isa/ipl.s b/sys/i386/isa/ipl.s
index 3b2bf73..82ca3b9 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
OpenPOWER on IntegriCloud