Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06461539 authored by Yinghai Lu's avatar Yinghai Lu Committed by Thomas Gleixner
Browse files

x86: remove spew print out about bus to node mapping



Jeff Garzik pointed out that this printout is not needed.

Signed-off-by: default avatarYinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 5ecddceb
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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;