Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmppc/include Don't define IPL_AUDIO since there's ...
details: https://anonhg.NetBSD.org/src/rev/93435152a171
branches: trunk
changeset: 532081:93435152a171
user: augustss <augustss%NetBSD.org@localhost>
date: Fri May 31 10:53:34 2002 +0000
description:
Don't define IPL_AUDIO since there's no splaudio().
diffstat:
sys/arch/pmppc/include/intr.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f2e53fe76448 -r 93435152a171 sys/arch/pmppc/include/intr.h
--- a/sys/arch/pmppc/include/intr.h Fri May 31 10:46:33 2002 +0000
+++ b/sys/arch/pmppc/include/intr.h Fri May 31 10:53:34 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.1 2002/05/30 08:51:22 augustss Exp $ */
+/* $NetBSD: intr.h,v 1.2 2002/05/31 10:53:34 augustss Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
#define IPL_SOFTSERIAL 4 /* software serial interrupt */
#define IPL_TTY 3 /* terminal */
#define IPL_IMP 3 /* memory allocation */
-#define IPL_AUDIO 2 /* audio */
+/*#define IPL_AUDIO 2*/ /* audio */
#define IPL_CLOCK 1 /* clock */
#define IPL_HIGH 1 /* everything */
#define IPL_SERIAL 0 /* serial */
Home |
Main Index |
Thread Index |
Old Index