From 895e9ed71a51e46bd0c3ce2bd6fc8144b33c2499 Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 5 May 1994 07:39:28 +0000 Subject: [PATCH] Mostly stylistic change. --- sys/arch/i386/include/psl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/include/psl.h b/sys/arch/i386/include/psl.h index 6e638692a34b..64318f60fff7 100644 --- a/sys/arch/i386/include/psl.h +++ b/sys/arch/i386/include/psl.h @@ -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