Mostly stylistic change.

This commit is contained in:
mycroft 1994-05-05 07:39:28 +00:00
parent c592875d36
commit 895e9ed71a
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)psl.h 5.2 (Berkeley) 1/18/91
* $Id: psl.h,v 1.9 1994/05/05 05:36:09 cgd Exp $
* $Id: psl.h,v 1.10 1994/05/05 07:39:28 mycroft Exp $
*/
#ifndef _I386_PSL_H_
@ -97,7 +97,7 @@ SPL(bio, cpl |= imask[IPL_BIO])
SPL(imp, cpl |= imask[IPL_NET])
SPL(tty, cpl |= imask[IPL_TTY])
SPL(clock, cpl |= imask[IPL_CLOCK])
SPL(statclock, cpl |= imask[IPL_CLOCK])
#define splstatclock() splclock()
SPL(high, cpl = -1)
/*
* splsoftclock() is used by hardclock() to lower the priority from clock to