From c8226e1ce0cae261bcc8fa79a944acb496ea95a3 Mon Sep 17 00:00:00 2001 From: pk Date: Tue, 14 Jan 2003 22:58:00 +0000 Subject: [PATCH] Define spllowerschedclock(). To be used in the same spirit as spllowersoftclock(). --- sys/arch/sparc/include/psl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/sparc/include/psl.h b/sys/arch/sparc/include/psl.h index 35bc58a7b6c5..f6294d52b7cd 100644 --- a/sys/arch/sparc/include/psl.h +++ b/sys/arch/sparc/include/psl.h @@ -1,4 +1,4 @@ -/* $NetBSD: psl.h,v 1.31 2002/12/31 15:51:18 pk Exp $ */ +/* $NetBSD: psl.h,v 1.32 2003/01/14 22:58:00 pk Exp $ */ /* * Copyright (c) 1992, 1993 @@ -362,6 +362,7 @@ _SPLRAISE(splvm, IPL_IMP) _SPLRAISE(splclock, IPL_CLOCK) _SPLRAISE(splsched, IPL_SCHED) +_SPLSET(spllowerschedclock, IPL_SCHED) /* fd hardware, ts102, and tadpole microcontoller interrupts are at level 11 */ _SPLRAISE(splfd, 11)