* [PATCH] x86, UV: Delete unneeded boot messages
@ 2010-03-17 15:40 Jack Steiner
2010-03-17 16:03 ` [tip:x86/uv] " tip-bot for Jack Steiner
0 siblings, 1 reply; 2+ messages in thread
From: Jack Steiner @ 2010-03-17 15:40 UTC (permalink / raw)
To: mingo, tglx; +Cc: linux-kernel
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>
---
arch/x86/kernel/apic/x2apic_uv_x.c | 3 ---
1 file changed, 3 deletions(-)
Index: linux/arch/x86/kernel/apic/x2apic_uv_x.c
===================================================================
--- linux.orig/arch/x86/kernel/apic/x2apic_uv_x.c 2010-03-17 01:50:18.000000000 -0500
+++ linux/arch/x86/kernel/apic/x2apic_uv_x.c 2010-03-17 10:04:35.000000000 -0500
@@ -737,9 +737,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 */
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:x86/uv] x86, UV: Delete unneeded boot messages
2010-03-17 15:40 [PATCH] x86, UV: Delete unneeded boot messages Jack Steiner
@ 2010-03-17 16:03 ` tip-bot for Jack Steiner
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Jack Steiner @ 2010-03-17 16:03 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, steiner, tglx, mingo
Commit-ID: 2acebe9ecb2b77876e87a1480729cfb2db4570dd
Gitweb: http://git.kernel.org/tip/2acebe9ecb2b77876e87a1480729cfb2db4570dd
Author: Jack Steiner <steiner@sgi.com>
AuthorDate: Wed, 17 Mar 2010 10:40:38 -0500
Committer: Ingo Molnar <mingo@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@sgi.com>
LKML-Reference: <20100317154038.GA29346@sgi.com>
Signed-off-by: Ingo Molnar <mingo@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 */
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-17 16:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 15:40 [PATCH] x86, UV: Delete unneeded boot messages Jack Steiner
2010-03-17 16:03 ` [tip:x86/uv] " tip-bot for Jack Steiner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.