提交 86e430ed 编写于 作者: G Glauber Costa 提交者: Ingo Molnar

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: NGlauber Costa <gcosta@redhat.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 0f385d1d
...@@ -351,7 +351,6 @@ static void __cpuinit start_secondary(void *unused) ...@@ -351,7 +351,6 @@ static void __cpuinit start_secondary(void *unused)
static void __cpuinit smp_apply_quirks(struct cpuinfo_x86 *c) static void __cpuinit smp_apply_quirks(struct cpuinfo_x86 *c)
{ {
#ifdef CONFIG_X86_32
/* /*
* Mask B, Pentium, but not Pentium MMX * Mask B, Pentium, but not Pentium MMX
*/ */
...@@ -401,7 +400,6 @@ static void __cpuinit smp_apply_quirks(struct cpuinfo_x86 *c) ...@@ -401,7 +400,6 @@ static void __cpuinit smp_apply_quirks(struct cpuinfo_x86 *c)
valid_k7: valid_k7:
; ;
#endif
} }
static void __cpuinit smp_checks(void) static void __cpuinit smp_checks(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册