Skip to content

Commit

Permalink
x86: remove spew print out about bus to node mapping
Browse files Browse the repository at this point in the history
Jeff Garzik pointed out that this printout is not needed.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Yinghai Lu authored and Thomas Gleixner committed May 10, 2008
1 parent 5ecddce commit 0646153
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/x86/pci/k8-bus_64.c
Expand Up @@ -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;
Expand Down

0 comments on commit 0646153

Please sign in to comment.