From 40b61fb2761589eba6489c8a64bf11e7cecdc4f7 Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 6 Feb 1998 00:02:30 +0000 Subject: [PATCH] put PIL_CLOCK and splclock together, like the rest.. --- sys/arch/sparc/include/psl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/sparc/include/psl.h b/sys/arch/sparc/include/psl.h index f69623930fe0..0059d7addeca 100644 --- a/sys/arch/sparc/include/psl.h +++ b/sys/arch/sparc/include/psl.h @@ -1,4 +1,4 @@ -/* $NetBSD: psl.h,v 1.13 1997/11/19 23:05:49 pk Exp $ */ +/* $NetBSD: psl.h,v 1.14 1998/02/06 00:02:30 mrg Exp $ */ /* * Copyright (c) 1992, 1993 @@ -75,8 +75,6 @@ #define PSR_BITS "\20\16EC\15EF\10S\7PS\6ET" -#define PIL_CLOCK 10 - #if defined(_KERNEL) && !defined(_LOCORE) static __inline int getpsr __P((void)); @@ -199,6 +197,8 @@ SPL(spltty, PIL_TTY) SPL(splimp, 7) SPL(splpmap, 7) +/* clock interrupts at level 10 */ +#define PIL_CLOCK 10 SPL(splclock, PIL_CLOCK) /* fd hardware interrupts are at level 11 */