diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-05-28 23:05:46 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 06:48:20 -0400 |
commit | 86e430edf462e872ecfab28d6b8619be5ab9c300 (patch) | |
tree | 9aeb3c572c062d3a211f763fdb26d7d6aec9e39e /arch/x86/kernel/smpboot.c | |
parent | 0f385d1ddd0952e01a968bfa5512378ad23de6df (diff) |
x86: remove ifdef from stepping
The stepping won't affect x86_64, since there are not x86_64 k7's
or pentiums. So, although it adds to the binary size, remove the ifdef
for smoother integration
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index a74a261c5626..6f9a31a18811 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -351,7 +351,6 @@ static void __cpuinit start_secondary(void *unused) | |||
351 | 351 | ||
352 | static void __cpuinit smp_apply_quirks(struct cpuinfo_x86 *c) | 352 | static void __cpuinit smp_apply_quirks(struct cpuinfo_x86 *c) |
353 | { | 353 | { |
354 | #ifdef CONFIG_X86_32 | ||
355 | /* | 354 | /* |
356 | * Mask B, Pentium, but not Pentium MMX | 355 | * Mask B, Pentium, but not Pentium MMX |
357 | */ | 356 | */ |
@@ -401,7 +400,6 @@ static void __cpuinit smp_apply_quirks(struct cpuinfo_x86 *c) | |||
401 | 400 | ||
402 | valid_k7: | 401 | valid_k7: |
403 | ; | 402 | ; |
404 | #endif | ||
405 | } | 403 | } |
406 | 404 | ||
407 | static void __cpuinit smp_checks(void) | 405 | static void __cpuinit smp_checks(void) |