diff options
Diffstat (limited to 'arch/x86/kernel/cpu/intel.c')
-rw-r--r-- | arch/x86/kernel/cpu/intel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c index 77618c717d76..c5ac08124adc 100644 --- a/arch/x86/kernel/cpu/intel.c +++ b/arch/x86/kernel/cpu/intel.c | |||
@@ -303,9 +303,10 @@ static struct cpu_dev intel_cpu_dev __cpuinitdata = { | |||
303 | .c_early_init = early_init_intel, | 303 | .c_early_init = early_init_intel, |
304 | .c_init = init_intel, | 304 | .c_init = init_intel, |
305 | .c_size_cache = intel_size_cache, | 305 | .c_size_cache = intel_size_cache, |
306 | .c_x86_vendor = X86_VENDOR_INTEL, | ||
306 | }; | 307 | }; |
307 | 308 | ||
308 | cpu_vendor_dev_register(X86_VENDOR_INTEL, &intel_cpu_dev); | 309 | cpu_dev_register(intel_cpu_dev); |
309 | 310 | ||
310 | /* arch_initcall(intel_cpu_init); */ | 311 | /* arch_initcall(intel_cpu_init); */ |
311 | 312 | ||