Another boo-boo, this file defines cil.
This commit is contained in:
parent
fcdf862cca
commit
201ef2f3f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28490
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user