diff options
Diffstat (limited to 'arch/x86/kernel/cpu/intel_64.c')
-rw-r--r-- | arch/x86/kernel/cpu/intel_64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/intel_64.c b/arch/x86/kernel/cpu/intel_64.c index 1019c58d39f0..0a8128a240df 100644 --- a/arch/x86/kernel/cpu/intel_64.c +++ b/arch/x86/kernel/cpu/intel_64.c | |||
@@ -90,6 +90,7 @@ static struct cpu_dev intel_cpu_dev __cpuinitdata = { | |||
90 | .c_ident = { "GenuineIntel" }, | 90 | .c_ident = { "GenuineIntel" }, |
91 | .c_early_init = early_init_intel, | 91 | .c_early_init = early_init_intel, |
92 | .c_init = init_intel, | 92 | .c_init = init_intel, |
93 | .c_x86_vendor = X86_VENDOR_INTEL, | ||
93 | }; | 94 | }; |
94 | cpu_vendor_dev_register(X86_VENDOR_INTEL, &intel_cpu_dev); | ||
95 | 95 | ||
96 | cpu_dev_register(intel_cpu_dev); | ||