Commit ac23f253 authored by Jan Beulich's avatar Jan Beulich Committed by Ingo Molnar

x86: Really print supported CPUs if PROCESSOR_SELECT=y

I'm sure it was a mere oversight that the CONFIG_ prefixes are
missing.
Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Cc: Dave Jones <davej@redhat.com>
LKML-Reference: <4D7118D30200007800034F79@vpn.id2.novell.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent e938c287
...@@ -675,7 +675,7 @@ void __init early_cpu_init(void) ...@@ -675,7 +675,7 @@ void __init early_cpu_init(void)
const struct cpu_dev *const *cdev; const struct cpu_dev *const *cdev;
int count = 0; int count = 0;
#ifdef PROCESSOR_SELECT #ifdef CONFIG_PROCESSOR_SELECT
printk(KERN_INFO "KERNEL supported cpus:\n"); printk(KERN_INFO "KERNEL supported cpus:\n");
#endif #endif
...@@ -687,7 +687,7 @@ void __init early_cpu_init(void) ...@@ -687,7 +687,7 @@ void __init early_cpu_init(void)
cpu_devs[count] = cpudev; cpu_devs[count] = cpudev;
count++; count++;
#ifdef PROCESSOR_SELECT #ifdef CONFIG_PROCESSOR_SELECT
{ {
unsigned int j; unsigned int j;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment