Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/dev sun4v: reset cbus debug back to zero
details: https://anonhg.NetBSD.org/src/rev/4173f24c8bf2
branches: trunk
changeset: 346544:4173f24c8bf2
user: palle <palle%NetBSD.org@localhost>
date: Mon Jul 18 19:32:44 2016 +0000
description:
sun4v: reset cbus debug back to zero
diffstat:
sys/arch/sparc64/dev/cbus.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3537f1ba5329 -r 4173f24c8bf2 sys/arch/sparc64/dev/cbus.c
--- a/sys/arch/sparc64/dev/cbus.c Mon Jul 18 18:46:07 2016 +0000
+++ b/sys/arch/sparc64/dev/cbus.c Mon Jul 18 19:32:44 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cbus.c,v 1.1 2016/06/22 20:13:51 palle Exp $ */
+/* $NetBSD: cbus.c,v 1.2 2016/07/18 19:32:44 palle Exp $ */
/* $OpenBSD: cbus.c,v 1.15 2015/09/27 11:29:20 kettenis Exp $ */
/*
* Copyright (c) 2008 Mark Kettenis
@@ -34,7 +34,7 @@
#ifdef DEBUG
#define CBUSDB_AC 0x01
#define CBUSDB_INTR 0x02
-int cbus_debug = 0x00|CBUSDB_INTR;
+int cbus_debug = 0x00;
#define DPRINTF(l, s) do { if (cbus_debug & l) printf s; } while (0)
#else
#define DPRINTF(l, s)
Home |
Main Index |
Thread Index |
Old Index