summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ipl.s
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-08-21 05:19:26 +0000
committerfsmp <fsmp@FreeBSD.org>1997-08-21 05:19:26 +0000
commitb66d5dcfc98c4c873a8f6c204802c2111a52dc34 (patch)
treec2735a7c37cbe18bb1ae760cb4438d69ac480810 /sys/i386/isa/ipl.s
parent268e6cc2d8645a3a3b025a02603564a299524a24 (diff)
downloadFreeBSD-src-b66d5dcfc98c4c873a8f6c204802c2111a52dc34.zip
FreeBSD-src-b66d5dcfc98c4c873a8f6c204802c2111a52dc34.tar.gz
Another boo-boo, this file defines cil.
Diffstat (limited to 'sys/i386/isa/ipl.s')
-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