projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ecddce
)
x86: remove spew print out about bus to node mapping
author
Yinghai Lu
<yhlu.kernel.send@gmail.com>
Sun, 4 May 2008 20:41:02 +0000
(13:41 -0700)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 10 May 2008 17:31:45 +0000
(19:31 +0200)
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>
arch/x86/pci/k8-bus_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/pci/k8-bus_64.c
b/arch/x86/pci/k8-bus_64.c
index ab6d4b18a88fdcc01fc63835ca60f1eded7827e1..5c2799c20e47b7a48b05e1fd15cbdbc79229d86b 100644
(file)
--- 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;