From: Thomas Gleixner <tglx@linutronix.de>
To: yhlu.kernel@gmail.com
Cc: Ingo Molnar <mingo@elte.hu>, Jeff Garzik <jeff@garzik.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] x86: remove spew print out about bus to node mapping
Date: Mon, 5 May 2008 09:06:21 +0200 (CEST) [thread overview]
Message-ID: <alpine.LFD.1.10.0805050905050.3318@apollo.tec.linutronix.de> (raw)
In-Reply-To: <200805041341.02375.yhlu.kernel@gmail.com>
On Sun, 4 May 2008, Yinghai Lu wrote:
> Jeff Garzik pointed out that is not needed. looks like spam.
>
> Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
>
> 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
next prev parent reply other threads:[~2008-05-05 7:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-04 20:41 Yinghai Lu
2008-05-05 7:01 ` Ingo Molnar
2008-05-05 7:06 ` Thomas Gleixner [this message]
2008-05-05 17:39 ` Yinghai Lu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.1.10.0805050905050.3318@apollo.tec.linutronix.de \
--to=tglx@linutronix.de \
--cc=jeff@garzik.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=yhlu.kernel@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome