diff options
-rw-r--r-- | arch/x86/kernel/cpu/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index c1c00d0b1692..284bf89ddae2 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
@@ -576,6 +576,7 @@ static void __cpuinit get_cpu_cap(struct cpuinfo_x86 *c) | |||
576 | if (c->extended_cpuid_level >= 0x80000007) | 576 | if (c->extended_cpuid_level >= 0x80000007) |
577 | c->x86_power = cpuid_edx(0x80000007); | 577 | c->x86_power = cpuid_edx(0x80000007); |
578 | 578 | ||
579 | init_scattered_cpuid_features(c); | ||
579 | } | 580 | } |
580 | 581 | ||
581 | static void __cpuinit identify_cpu_without_cpuid(struct cpuinfo_x86 *c) | 582 | static void __cpuinit identify_cpu_without_cpuid(struct cpuinfo_x86 *c) |
@@ -731,7 +732,6 @@ static void __cpuinit generic_identify(struct cpuinfo_x86 *c) | |||
731 | 732 | ||
732 | get_model_name(c); /* Default name */ | 733 | get_model_name(c); /* Default name */ |
733 | 734 | ||
734 | init_scattered_cpuid_features(c); | ||
735 | detect_nopl(c); | 735 | detect_nopl(c); |
736 | } | 736 | } |
737 | 737 | ||