From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757201AbYEEHGv (ORCPT ); Mon, 5 May 2008 03:06:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753101AbYEEHGn (ORCPT ); Mon, 5 May 2008 03:06:43 -0400 Received: from www.tglx.de ([62.245.132.106]:49267 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751989AbYEEHGm (ORCPT ); Mon, 5 May 2008 03:06:42 -0400 Date: Mon, 5 May 2008 09:06:21 +0200 (CEST) From: Thomas Gleixner To: yhlu.kernel@gmail.com cc: Ingo Molnar , Jeff Garzik , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] x86: remove spew print out about bus to node mapping In-Reply-To: <200805041341.02375.yhlu.kernel@gmail.com> Message-ID: References: <200805041341.02375.yhlu.kernel@gmail.com> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 4 May 2008, Yinghai Lu wrote: > Jeff Garzik pointed out that is not needed. looks like spam. > > Signed-off-by: Yinghai Lu > > diff --git a/arch/x86/pci/k8-bus_64.c b/arch/x86/pci/k8-bus_64.c > index ab6d4b1..5c2799c 100644 > --- a/arch/x86/pci/k8-bus_64.c > +++ b/arch/x86/pci/k8-bus_64.c > @@ -504,14 +504,6 @@ static int __init early_fill_mp_bus_info(void) > } > } > > -#ifdef CONFIG_NUMA > - for (i = 0; i < BUS_NR; i++) { > - node = mp_bus_to_node[i]; > - if (node >= 0) > - printk(KERN_DEBUG "bus: %02x to node: %02x\n", i, node); > - } > -#endif > - > for (i = 0; i < pci_root_num; i++) { > int res_num; > int busnum; > What about this loop, looks noisy as well ? Thanks, tglx