From: Hans Schou Date: Thu, 9 Oct 2008 18:47:24 +0000 (+0200) Subject: x86, debug: print more information about unknown CPUs X-Git-Tag: v2.6.28-rc1~711^2^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=43603c8df97f246e8be7b9cc92a8f968a85108bd;p=linux-2.6-omap-h63xx.git x86, debug: print more information about unknown CPUs Write the name of the unknown vendor_id to output instead of just "unknown". Tag changed to 'vendor_id' as used in /proc/cpuinfo Signed-off-by: Hans Schou Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index cef3519b3bb..84c4040efa8 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -406,7 +406,7 @@ static void __cpuinit get_cpu_vendor(struct cpuinfo_x86 *c) if (!printed) { printed++; - printk(KERN_ERR "CPU: Vendor unknown, using generic init.\n"); + printk(KERN_ERR "CPU: vendor_id '%s' unknown, using generic init.\n", v); printk(KERN_ERR "CPU: Your system may be unstable.\n"); }