From: tip-bot for Jack Steiner on
Commit-ID: 2acebe9ecb2b77876e87a1480729cfb2db4570dd
Gitweb: http://git.kernel.org/tip/2acebe9ecb2b77876e87a1480729cfb2db4570dd
Author: Jack Steiner <steiner(a)sgi.com>
AuthorDate: Wed, 17 Mar 2010 10:40:38 -0500
Committer: Ingo Molnar <mingo(a)elte.hu>
CommitDate: Wed, 17 Mar 2010 17:00:55 +0100

x86, UV: Delete unneeded boot messages

SGI:UV: Delete extra boot messages that describe the system
topology. These messages are no longer useful.

Signed-off-by: Jack Steiner <steiner(a)sgi.com>
LKML-Reference: <20100317154038.GA29346(a)sgi.com>
Signed-off-by: Ingo Molnar <mingo(a)elte.hu>
---
arch/x86/kernel/apic/x2apic_uv_x.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c
index 3740c8a..9a93b07 100644
--- a/arch/x86/kernel/apic/x2apic_uv_x.c
+++ b/arch/x86/kernel/apic/x2apic_uv_x.c
@@ -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 */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/