From d2315fd2b73891077cbef0fbaa821ca7f1840038 Mon Sep 17 00:00:00 2001 From: fvdl Date: Sat, 1 Mar 2003 13:05:37 +0000 Subject: [PATCH] Remove accidentally enabled debug printf. From Enami. --- sys/arch/x86/x86/ipi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/x86/x86/ipi.c b/sys/arch/x86/x86/ipi.c index c3163d2344a1..7735d3197ce3 100644 --- a/sys/arch/x86/x86/ipi.c +++ b/sys/arch/x86/x86/ipi.c @@ -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 @@ x86_ipi_handler(void) 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<