projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ede6b0
)
[PATCH] x86_64: Report local APIC ID when initializing CPU
author
Andi Kleen
<ak@suse.de>
Sat, 25 Mar 2006 15:29:34 +0000
(16:29 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:10:53 +0000
(09:10 -0800)
Makes some debugging easier.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/setup.c
b/arch/x86_64/kernel/setup.c
index 50cd2bbd75afe934bf2b326b5109277bd093fb0d..6ca07eaa26dbd641616bb0507ba6bca1b3dd90df 100644
(file)
--- a/
arch/x86_64/kernel/setup.c
+++ b/
arch/x86_64/kernel/setup.c
@@
-878,8
+878,8
@@
static void __init amd_detect_cmp(struct cpuinfo_x86 *c)
}
numa_set_node(cpu, node);
- printk(KERN_INFO "CPU %d(%d) -> Node %d -> Core %d\n",
- cpu, c->x86_max_cores, node, cpu_core_id[cpu]);
+ printk(KERN_INFO "CPU %d
/%x
(%d) -> Node %d -> Core %d\n",
+ cpu,
apicid,
c->x86_max_cores, node, cpu_core_id[cpu]);
#endif
#endif
}