Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Remove accidentally enabled debug printf.
details: https://anonhg.NetBSD.org/src/rev/51f5c4d93814
branches: trunk
changeset: 543635:51f5c4d93814
user: fvdl <fvdl%NetBSD.org@localhost>
date: Sat Mar 01 13:05:37 2003 +0000
description:
Remove accidentally enabled debug printf.
>From Enami.
diffstat:
sys/arch/x86/x86/ipi.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r bf9f9c9b7511 -r 51f5c4d93814 sys/arch/x86/x86/ipi.c
--- a/sys/arch/x86/x86/ipi.c Sat Mar 01 13:01:55 2003 +0000
+++ b/sys/arch/x86/x86/ipi.c Sat Mar 01 13:05:37 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipi.c,v 1.1 2003/02/26 21:26:12 fvdl Exp $ */
+/* $NetBSD: ipi.c,v 1.2 2003/03/01 13:05:37 fvdl Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -131,8 +131,6 @@
pending = x86_atomic_testset_ul(&ci->ci_ipis, 0);
- printf("%s: pending IPIs: %x\n", ci->ci_dev->dv_xname, pending);
-
for (bit = 0; bit < X86_NIPI && pending; bit++) {
if (pending & (1<<bit)) {
pending &= ~(1<<bit);
Home |
Main Index |
Thread Index |
Old Index