Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmppc/pmppc Don't use IPL_AUDIO.



details:   https://anonhg.NetBSD.org/src/rev/ad53baa52bea
branches:  trunk
changeset: 532083:ad53baa52bea
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri May 31 11:00:38 2002 +0000

description:
Don't use IPL_AUDIO.

diffstat:

 sys/arch/pmppc/pmppc/extintr.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r cca03b0aae07 -r ad53baa52bea sys/arch/pmppc/pmppc/extintr.c
--- a/sys/arch/pmppc/pmppc/extintr.c    Fri May 31 10:54:34 2002 +0000
+++ b/sys/arch/pmppc/pmppc/extintr.c    Fri May 31 11:00:38 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: extintr.c,v 1.1 2002/05/30 20:02:04 augustss Exp $     */
+/*     $NetBSD: extintr.c,v 1.2 2002/05/31 11:00:38 augustss Exp $     */
 
 /*
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -362,14 +362,18 @@
         */
        imask[IPL_IMP] |= imask[IPL_TTY];
 
+#if 0
        imask[IPL_AUDIO] |= imask[IPL_IMP];
+#endif
 
        /*
         * Since run queues may be manipulated by both the statclock and tty,
         * network, and disk drivers, clock > imp.
         */
        imask[IPL_CLOCK] |= SPL_CLOCK;          /* block the clock */
+#if 0
        imask[IPL_CLOCK] |= imask[IPL_AUDIO];
+#endif
 
        /*
         * IPL_HIGH must block everything that can manipulate a run queue.



Home | Main Index | Thread Index | Old Index