Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/jmcneill-audiomp3]: src/sys/arch/shark/ofw IPL_AUDIO is no more
details: https://anonhg.NetBSD.org/src/rev/1224c2822228
branches: jmcneill-audiomp3
changeset: 771398:1224c2822228
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Nov 22 08:58:48 2011 +0000
description:
IPL_AUDIO is no more
diffstat:
sys/arch/shark/ofw/ofw.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 0c84f5d90afb -r 1224c2822228 sys/arch/shark/ofw/ofw.c
--- a/sys/arch/shark/ofw/ofw.c Tue Nov 22 08:55:44 2011 +0000
+++ b/sys/arch/shark/ofw/ofw.c Tue Nov 22 08:58:48 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofw.c,v 1.56 2011/07/19 15:07:43 dyoung Exp $ */
+/* $NetBSD: ofw.c,v 1.56.4.1 2011/11/22 08:58:48 mrg Exp $ */
/*
* Copyright 1997
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofw.c,v 1.56 2011/07/19 15:07:43 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofw.c,v 1.56.4.1 2011/11/22 08:58:48 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -332,8 +332,8 @@
printf("ipl_bio=%08x ipl_net=%08x ipl_tty=%08x ipl_vm=%08x\n",
irqmasks[IPL_BIO], irqmasks[IPL_NET], irqmasks[IPL_TTY],
irqmasks[IPL_VM]);
- printf("ipl_audio=%08x ipl_clock=%08x ipl_none=%08x\n",
- irqmasks[IPL_AUDIO], irqmasks[IPL_CLOCK], irqmasks[IPL_NONE]);
+ printf("ipl_clock=%08x ipl_none=%08x\n",
+ irqmasks[IPL_CLOCK], irqmasks[IPL_NONE]);
dump_spl_masks();
#endif
Home |
Main Index |
Thread Index |
Old Index