summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-01-05 18:42:29 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-01-05 18:42:29 +0000
commitb11c7ae9dc92860a99923a1c9d307cd587a8a01f (patch)
treec1c20c80bccf03f1c8f2634bf3b1816d5a0b1628 /sys/arch
parentc84a5de0c006fa5a795f31bdb6c2784a7ca1311e (diff)
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.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/include/psl.h4
1 files changed, 2 insertions, 2 deletions
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