x86, UV: Delete unneeded boot messages
authorJack Steiner <steiner@sgi.com>
Wed, 17 Mar 2010 15:40:38 +0000 (10:40 -0500)
committerIngo Molnar <mingo@elte.hu>
Wed, 17 Mar 2010 16:00:55 +0000 (17:00 +0100)
SGI:UV: Delete extra boot messages that describe the system
topology. These messages are no longer useful.

Signed-off-by: Jack Steiner <steiner@sgi.com>
LKML-Reference: <20100317154038.GA29346@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/x2apic_uv_x.c

index 3740c8a4eae7d8afa65c86785b2a3004c7dff871..9a93b07fa14120c75b5d9202c717957723f60d54 100644 (file)
@@ -736,9 +736,6 @@ void __init uv_system_init(void)
                uv_node_to_blade[nid] = blade;
                uv_cpu_to_blade[cpu] = blade;
                max_pnode = max(pnode, max_pnode);
-
-               printk(KERN_DEBUG "UV: cpu %d, apicid 0x%x, pnode %d, nid %d, lcpu %d, blade %d\n",
-                       cpu, apicid, pnode, nid, lcpu, blade);
        }
 
        /* Add blade/pnode info for nodes without cpus */
This page took 0.026122 seconds and 5 git commands to generate.