Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen/x86 Remove spurious (debug) printf()
details: https://anonhg.NetBSD.org/src/rev/64ed5fe55e2e
branches: trunk
changeset: 772340:64ed5fe55e2e
user: cherry <cherry%NetBSD.org@localhost>
date: Fri Dec 30 12:16:19 2011 +0000
description:
Remove spurious (debug) printf()
diffstat:
sys/arch/xen/x86/xen_ipi.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 7fe09342201f -r 64ed5fe55e2e sys/arch/xen/x86/xen_ipi.c
--- a/sys/arch/xen/x86/xen_ipi.c Fri Dec 30 12:14:44 2011 +0000
+++ b/sys/arch/xen/x86/xen_ipi.c Fri Dec 30 12:16:19 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xen_ipi.c,v 1.8 2011/12/28 18:59:21 cherry Exp $ */
+/* $NetBSD: xen_ipi.c,v 1.9 2011/12/30 12:16:19 cherry Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -33,10 +33,10 @@
/*
* Based on: x86/ipi.c
- * __KERNEL_RCSID(0, "$NetBSD: xen_ipi.c,v 1.8 2011/12/28 18:59:21 cherry Exp $");
+ * __KERNEL_RCSID(0, "$NetBSD: xen_ipi.c,v 1.9 2011/12/30 12:16:19 cherry Exp $");
*/
-__KERNEL_RCSID(0, "$NetBSD: xen_ipi.c,v 1.8 2011/12/28 18:59:21 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_ipi.c,v 1.9 2011/12/30 12:16:19 cherry Exp $");
#include <sys/types.h>
@@ -289,7 +289,6 @@
KASSERT(kpreempt_disabled());
KASSERT(curcpu() != ci);
- printf("xc_send_ipi called \n");
if (ci) {
if (0 != xen_send_ipi(ci, XEN_IPI_XCALL)) {
panic("xen_send_ipi(XEN_IPI_XCALL) failed\n");
Home |
Main Index |
Thread Index |
Old Index