diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-21 04:38:14 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-21 07:03:12 -0400 |
commit | 9175fc06aee79c349790672178d3fd7507d75c86 (patch) | |
tree | 4b83a2ef781af89040a41b2432e32c6a3ec27689 /arch/x86/kernel/cpu | |
parent | 6ac8d51f01d345af5ea4209004a9ea29b2f20891 (diff) |
x86: use setup_clear_cpu_cap() when disabling the lapic
... so don't need to call clear_cpu_cap again in early_identify_cpu,
and could use cleared_cpu_caps like other places.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu')
-rw-r--r-- | arch/x86/kernel/cpu/common_64.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/cpu/common_64.c b/arch/x86/kernel/cpu/common_64.c index 7b8cc72feb40..0485cf644520 100644 --- a/arch/x86/kernel/cpu/common_64.c +++ b/arch/x86/kernel/cpu/common_64.c | |||
@@ -324,10 +324,6 @@ static void __cpuinit early_identify_cpu(struct cpuinfo_x86 *c) | |||
324 | cpu_devs[c->x86_vendor]->c_early_init(c); | 324 | cpu_devs[c->x86_vendor]->c_early_init(c); |
325 | 325 | ||
326 | validate_pat_support(c); | 326 | validate_pat_support(c); |
327 | |||
328 | /* early_param could clear that, but recall get it set again */ | ||
329 | if (disable_apic) | ||
330 | clear_cpu_cap(c, X86_FEATURE_APIC); | ||
331 | } | 327 | } |
332 | 328 | ||
333 | /* | 329 | /* |