summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/include
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2013-05-16 06:38:13 +0000
committerratchov <ratchov@openbsd.org>2013-05-16 06:38:13 +0000
commitfc8ab9c68f059dbc23821db60b80adadb4287e29 (patch)
treee33997ae3ee905d1c890e488795a2ab3100afc80 /sys/arch/sparc/include
parentRun audio interrupts without grabbing the kernel lock. While IPL_SERIAL is (diff)
downloadwireguard-openbsd-fc8ab9c68f059dbc23821db60b80adadb4287e29.tar.xz
wireguard-openbsd-fc8ab9c68f059dbc23821db60b80adadb4287e29.zip
Add missing IPL_AUDIO macro, needed by dev/audio.c
ok miod and kettenis
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r--sys/arch/sparc/include/psl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/psl.h b/sys/arch/sparc/include/psl.h
index b8afe55177f..4d9fba8a1df 100644
--- a/sys/arch/sparc/include/psl.h
+++ b/sys/arch/sparc/include/psl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: psl.h,v 1.25 2009/04/10 20:53:54 miod Exp $ */
+/* $OpenBSD: psl.h,v 1.26 2013/05/16 06:38:13 ratchov Exp $ */
/* $NetBSD: psl.h,v 1.12 1997/03/10 21:49:11 pk Exp $ */
/*
@@ -95,6 +95,7 @@
* with how MI audio code handles this. Stay tuned for a change in the future
*/
#define IPL_AUHARD 13 /* hard audio interrupts */
+#define IPL_AUDIO IPL_AUHARD
#define IPL_STATCLOCK 14 /* statclock() */
#define IPL_SCHED IPL_STATCLOCK
#define IPL_HIGH 15 /* splhigh() */