From b11c7ae9dc92860a99923a1c9d307cd587a8a01f Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Wed, 5 Jan 2005 18:42:29 +0000 Subject: PIL_AUD should be lower than PIL_SCHED, otherwise the audio code may leave setrunnable() in a bad state; problem reported by robert@, miod@ ok. --- sys/arch/sparc64/include/psl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/sparc64/include/psl.h b/sys/arch/sparc64/include/psl.h index be288e28e6d..87560347353 100644 --- a/sys/arch/sparc64/include/psl.h +++ b/sys/arch/sparc64/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.11 2003/06/02 23:27:56 millert Exp $ */ +/* $OpenBSD: psl.h,v 1.12 2005/01/05 18:42:28 fgsch Exp $ */ /* $NetBSD: psl.h,v 1.20 2001/04/13 23:30:05 thorpej Exp $ */ /* @@ -84,10 +84,10 @@ #define PIL_LPT 6 #define PIL_NET 6 #define PIL_VM 7 +#define PIL_AUD 8 #define PIL_CLOCK 10 #define PIL_FD 11 #define PIL_SER 12 -#define PIL_AUD 13 #define PIL_STATCLOCK 14 #define PIL_HIGH 15 #define PIL_SCHED PIL_CLOCK -- cgit v1.2.3