diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 12:43:09 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 08:17:20 -0500 |
commit | e0c7ae376a13fd79a4dad8becab51040d13dfa90 (patch) | |
tree | 2ec8d4f50837510b6d1c75e3a8e98f6902e56298 /arch/x86/kernel | |
parent | e2c75d9f54334646b3dcdf1fea0d1afe7bfbf644 (diff) |
x86: rename X86_GENERICARCH to X86_32_NON_STANDARD
X86_GENERICARCH is a misnomer - it contains non-PC 32-bit architectures
that are not included in the default build.
Rename it to X86_32_NON_STANDARD.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/mpparse.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/setup.c | 2 | ||||
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index cb8b52785e37..7352c60f29db 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -1335,7 +1335,7 @@ static void __init acpi_process_madt(void) | |||
1335 | if (!error) { | 1335 | if (!error) { |
1336 | acpi_lapic = 1; | 1336 | acpi_lapic = 1; |
1337 | 1337 | ||
1338 | #ifdef CONFIG_X86_GENERICARCH | 1338 | #ifdef CONFIG_X86_32_NON_STANDARD |
1339 | generic_bigsmp_probe(); | 1339 | generic_bigsmp_probe(); |
1340 | #endif | 1340 | #endif |
1341 | /* | 1341 | /* |
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 94fe71029c37..89aaced51bd3 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c | |||
@@ -372,7 +372,7 @@ static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) | |||
372 | (*x86_quirks->mpc_record)++; | 372 | (*x86_quirks->mpc_record)++; |
373 | } | 373 | } |
374 | 374 | ||
375 | #ifdef CONFIG_X86_GENERICARCH | 375 | #ifdef CONFIG_X86_32_NON_STANDARD |
376 | generic_bigsmp_probe(); | 376 | generic_bigsmp_probe(); |
377 | #endif | 377 | #endif |
378 | 378 | ||
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 6abce6703c53..f64e1a487c9e 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -936,7 +936,7 @@ void __init setup_arch(char **cmdline_p) | |||
936 | map_vsyscall(); | 936 | map_vsyscall(); |
937 | #endif | 937 | #endif |
938 | 938 | ||
939 | #ifdef CONFIG_X86_GENERICARCH | 939 | #ifdef CONFIG_X86_32_NON_STANDARD |
940 | generic_apic_probe(); | 940 | generic_apic_probe(); |
941 | #endif | 941 | #endif |
942 | 942 | ||
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index bc7e220ba0b4..fc80bc18943e 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -1007,7 +1007,7 @@ static int __init smp_sanity_check(unsigned max_cpus) | |||
1007 | 1007 | ||
1008 | printk(KERN_WARNING | 1008 | printk(KERN_WARNING |
1009 | "More than 8 CPUs detected - skipping them.\n" | 1009 | "More than 8 CPUs detected - skipping them.\n" |
1010 | "Use CONFIG_X86_GENERICARCH and CONFIG_X86_BIGSMP.\n"); | 1010 | "Use CONFIG_X86_32_NON_STANDARD and CONFIG_X86_BIGSMP.\n"); |
1011 | 1011 | ||
1012 | nr = 0; | 1012 | nr = 0; |
1013 | for_each_present_cpu(cpu) { | 1013 | for_each_present_cpu(cpu) { |