blob: 26627a3a7148b3f53688a74a0842aba97dbfb9a2 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#include <linux/init.h>
2#include <linux/kernel.h>
3
4#include <linux/string.h>
5#include <linux/bitops.h>
6#include <linux/smp.h>
Ingo Molnar83ce4002009-02-26 20:16:58 +01007#include <linux/sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <linux/thread_info.h>
Nick Piggin53e86b92005-11-13 16:07:23 -08009#include <linux/module.h>
Alan Cox8bdbd962009-07-04 00:35:45 +010010#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
12#include <asm/processor.h>
Sam Ravnborgd72b1b42007-10-17 18:04:33 +020013#include <asm/pgtable.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#include <asm/msr.h>
Harvey Harrison73bdb732008-02-04 16:48:04 +010015#include <asm/bugs.h>
Yinghai Lu1f442d72009-03-07 23:46:26 -080016#include <asm/cpu.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
Yinghai Lu185f3b92008-09-09 16:40:35 -070018#ifdef CONFIG_X86_64
Alan Cox8bdbd962009-07-04 00:35:45 +010019#include <linux/topology.h>
Yinghai Lu185f3b92008-09-09 16:40:35 -070020#include <asm/numa_64.h>
21#endif
22
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include "cpu.h"
24
25#ifdef CONFIG_X86_LOCAL_APIC
26#include <asm/mpspec.h>
27#include <asm/apic.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#endif
29
Thomas Petazzoni03ae5762008-02-15 12:00:23 +010030static void __cpuinit early_init_intel(struct cpuinfo_x86 *c)
Linus Torvalds1da177e2005-04-16 15:20:36 -070031{
Fenghua Yu161ec532011-05-17 15:29:11 -070032 u64 misc_enable;
33
Ingo Molnar99fb4d32009-01-26 04:30:41 +010034 /* Unmask CPUID levels if masked: */
H. Peter Anvin30a0fb92009-01-26 09:40:58 -080035 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) {
Ingo Molnar99fb4d32009-01-26 04:30:41 +010036 rdmsrl(MSR_IA32_MISC_ENABLE, misc_enable);
37
38 if (misc_enable & MSR_IA32_MISC_ENABLE_LIMIT_CPUID) {
39 misc_enable &= ~MSR_IA32_MISC_ENABLE_LIMIT_CPUID;
40 wrmsrl(MSR_IA32_MISC_ENABLE, misc_enable);
41 c->cpuid_level = cpuid_eax(0);
H. Peter Anvind9003292010-09-28 15:35:01 -070042 get_cpu_cap(c);
Ingo Molnar99fb4d32009-01-26 04:30:41 +010043 }
H. Peter Anvin066941b2009-01-21 15:04:32 -080044 }
45
Andi Kleen2b16a232008-01-30 13:32:40 +010046 if ((c->x86 == 0xf && c->x86_model >= 0x03) ||
47 (c->x86 == 0x6 && c->x86_model >= 0x0e))
48 set_cpu_cap(c, X86_FEATURE_CONSTANT_TSC);
Yinghai Lu185f3b92008-09-09 16:40:35 -070049
Andi Kleen506ed6b2011-10-12 17:46:33 -070050 if (c->x86 >= 6 && !cpu_has(c, X86_FEATURE_IA64)) {
51 unsigned lower_word;
52
53 wrmsr(MSR_IA32_UCODE_REV, 0, 0);
54 /* Required by the SDM */
55 sync_core();
56 rdmsr(MSR_IA32_UCODE_REV, lower_word, c->microcode);
57 }
58
H. Peter Anvin7a0fc402010-04-13 14:40:54 -070059 /*
60 * Atom erratum AAE44/AAF40/AAG38/AAH41:
61 *
62 * A race condition between speculative fetches and invalidating
63 * a large page. This is worked around in microcode, but we
64 * need the microcode to have already been loaded... so if it is
65 * not, recommend a BIOS update and disable large pages.
66 */
67 if (c->x86 == 6 && c->x86_model == 0x1c && c->x86_mask <= 2) {
68 u32 ucode, junk;
69
70 wrmsr(MSR_IA32_UCODE_REV, 0, 0);
71 sync_core();
72 rdmsr(MSR_IA32_UCODE_REV, junk, ucode);
73
74 if (ucode < 0x20e) {
75 printk(KERN_WARNING "Atom PSE erratum detected, BIOS microcode update recommended\n");
76 clear_cpu_cap(c, X86_FEATURE_PSE);
77 }
78 }
79
Yinghai Lu185f3b92008-09-09 16:40:35 -070080#ifdef CONFIG_X86_64
81 set_cpu_cap(c, X86_FEATURE_SYSENTER32);
82#else
83 /* Netburst reports 64 bytes clflush size, but does IO in 128 bytes */
84 if (c->x86 == 15 && c->x86_cache_alignment == 64)
85 c->x86_cache_alignment = 128;
86#endif
Venki Pallipadi40fb1712008-11-17 16:11:37 -080087
Jan Beulich13c6c532009-03-12 12:37:34 +000088 /* CPUID workaround for 0F33/0F34 CPU */
89 if (c->x86 == 0xF && c->x86_model == 0x3
90 && (c->x86_mask == 0x3 || c->x86_mask == 0x4))
91 c->x86_phys_bits = 36;
92
Venki Pallipadi40fb1712008-11-17 16:11:37 -080093 /*
94 * c->x86_power is 8000_0007 edx. Bit 8 is TSC runs at constant rate
Ingo Molnar83ce4002009-02-26 20:16:58 +010095 * with P/T states and does not stop in deep C-states.
96 *
97 * It is also reliable across cores and sockets. (but not across
98 * cabinets - we turn it off in that case explicitly.)
Venki Pallipadi40fb1712008-11-17 16:11:37 -080099 */
100 if (c->x86_power & (1 << 8)) {
101 set_cpu_cap(c, X86_FEATURE_CONSTANT_TSC);
102 set_cpu_cap(c, X86_FEATURE_NONSTOP_TSC);
Dimitri Sivanich14be1f72010-03-01 11:48:15 -0600103 if (!check_tsc_unstable())
104 sched_clock_stable = 1;
Venki Pallipadi40fb1712008-11-17 16:11:37 -0800105 }
106
H. Peter Anvin75a04812009-01-22 16:17:05 -0800107 /*
108 * There is a known erratum on Pentium III and Core Solo
109 * and Core Duo CPUs.
110 * " Page with PAT set to WC while associated MTRR is UC
111 * may consolidate to UC "
112 * Because of this erratum, it is better to stick with
113 * setting WC in MTRR rather than using PAT on these CPUs.
114 *
115 * Enable PAT WC only on P4, Core 2 or later CPUs.
116 */
117 if (c->x86 == 6 && c->x86_model < 15)
118 clear_cpu_cap(c, X86_FEATURE_PAT);
Vegard Nossumf8561292008-04-04 00:53:23 +0200119
120#ifdef CONFIG_KMEMCHECK
121 /*
122 * P4s have a "fast strings" feature which causes single-
123 * stepping REP instructions to only generate a #DB on
124 * cache-line boundaries.
125 *
126 * Ingo Molnar reported a Pentium D (model 6) and a Xeon
127 * (model 2) with the same problem.
128 */
129 if (c->x86 == 15) {
Vegard Nossumf8561292008-04-04 00:53:23 +0200130 rdmsrl(MSR_IA32_MISC_ENABLE, misc_enable);
131
132 if (misc_enable & MSR_IA32_MISC_ENABLE_FAST_STRING) {
133 printk(KERN_INFO "kmemcheck: Disabling fast string operations\n");
134
135 misc_enable &= ~MSR_IA32_MISC_ENABLE_FAST_STRING;
136 wrmsrl(MSR_IA32_MISC_ENABLE, misc_enable);
137 }
138 }
139#endif
Fenghua Yu161ec532011-05-17 15:29:11 -0700140
141 /*
142 * If fast string is not enabled in IA32_MISC_ENABLE for any reason,
143 * clear the fast string and enhanced fast string CPU capabilities.
144 */
145 if (c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xd)) {
146 rdmsrl(MSR_IA32_MISC_ENABLE, misc_enable);
147 if (!(misc_enable & MSR_IA32_MISC_ENABLE_FAST_STRING)) {
148 printk(KERN_INFO "Disabled fast string operations\n");
149 setup_clear_cpu_cap(X86_FEATURE_REP_GOOD);
150 setup_clear_cpu_cap(X86_FEATURE_ERMS);
151 }
152 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153}
154
Yinghai Lu185f3b92008-09-09 16:40:35 -0700155#ifdef CONFIG_X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156/*
157 * Early probe support logic for ppro memory erratum #50
158 *
159 * This is called before we do cpu ident work
160 */
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100161
Chuck Ebbert3bc9b762006-03-23 02:59:33 -0800162int __cpuinit ppro_with_ram_bug(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163{
164 /* Uses data from early_cpu_detect now */
165 if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL &&
166 boot_cpu_data.x86 == 6 &&
167 boot_cpu_data.x86_model == 1 &&
168 boot_cpu_data.x86_mask < 8) {
169 printk(KERN_INFO "Pentium Pro with Errata#50 detected. Taking evasive action.\n");
170 return 1;
171 }
172 return 0;
173}
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100174
Yinghai Lu185f3b92008-09-09 16:40:35 -0700175#ifdef CONFIG_X86_F00F_BUG
176static void __cpuinit trap_init_f00f_bug(void)
177{
178 __set_fixmap(FIX_F00F_IDT, __pa(&idt_table), PAGE_KERNEL_RO);
179
180 /*
181 * Update the IDT descriptor and reload the IDT so that
182 * it uses the read-only mapped virtual address.
183 */
184 idt_descr.address = fix_to_virt(FIX_F00F_IDT);
185 load_idt(&idt_descr);
186}
187#endif
Yinghai Lu40527042008-09-09 16:40:38 -0700188
Yinghai Lu1f442d72009-03-07 23:46:26 -0800189static void __cpuinit intel_smp_check(struct cpuinfo_x86 *c)
190{
191#ifdef CONFIG_SMP
192 /* calling is from identify_secondary_cpu() ? */
Robert Richterf6e9456c2010-07-21 19:03:58 +0200193 if (!c->cpu_index)
Yinghai Lu1f442d72009-03-07 23:46:26 -0800194 return;
195
196 /*
197 * Mask B, Pentium, but not Pentium MMX
198 */
199 if (c->x86 == 5 &&
200 c->x86_mask >= 1 && c->x86_mask <= 4 &&
201 c->x86_model <= 3) {
202 /*
203 * Remember we have B step Pentia with bugs
204 */
205 WARN_ONCE(1, "WARNING: SMP operation may be unreliable"
206 "with B stepping processors.\n");
207 }
208#endif
209}
210
Yinghai Lu40527042008-09-09 16:40:38 -0700211static void __cpuinit intel_workarounds(struct cpuinfo_x86 *c)
212{
213 unsigned long lo, hi;
214
215#ifdef CONFIG_X86_F00F_BUG
216 /*
217 * All current models of Pentium and Pentium with MMX technology CPUs
Alan Cox8bdbd962009-07-04 00:35:45 +0100218 * have the F0 0F bug, which lets nonprivileged users lock up the
219 * system.
Yinghai Lu40527042008-09-09 16:40:38 -0700220 * Note that the workaround only should be initialized once...
221 */
222 c->f00f_bug = 0;
223 if (!paravirt_enabled() && c->x86 == 5) {
224 static int f00f_workaround_enabled;
225
226 c->f00f_bug = 1;
227 if (!f00f_workaround_enabled) {
228 trap_init_f00f_bug();
229 printk(KERN_NOTICE "Intel Pentium with F0 0F bug - workaround enabled.\n");
230 f00f_workaround_enabled = 1;
231 }
232 }
233#endif
234
235 /*
236 * SEP CPUID bug: Pentium Pro reports SEP but doesn't have it until
237 * model 3 mask 3
238 */
239 if ((c->x86<<8 | c->x86_model<<4 | c->x86_mask) < 0x633)
240 clear_cpu_cap(c, X86_FEATURE_SEP);
241
242 /*
243 * P4 Xeon errata 037 workaround.
244 * Hardware prefetcher may cause stale data to be loaded into the cache.
245 */
246 if ((c->x86 == 15) && (c->x86_model == 1) && (c->x86_mask == 1)) {
247 rdmsr(MSR_IA32_MISC_ENABLE, lo, hi);
Vegard Nossumecab22a2009-02-20 11:56:38 +0100248 if ((lo & MSR_IA32_MISC_ENABLE_PREFETCH_DISABLE) == 0) {
Yinghai Lu40527042008-09-09 16:40:38 -0700249 printk (KERN_INFO "CPU: C0 stepping P4 Xeon detected.\n");
250 printk (KERN_INFO "CPU: Disabling hardware prefetching (Errata 037)\n");
Vegard Nossumecab22a2009-02-20 11:56:38 +0100251 lo |= MSR_IA32_MISC_ENABLE_PREFETCH_DISABLE;
Alan Cox8bdbd962009-07-04 00:35:45 +0100252 wrmsr(MSR_IA32_MISC_ENABLE, lo, hi);
Yinghai Lu40527042008-09-09 16:40:38 -0700253 }
254 }
255
256 /*
257 * See if we have a good local APIC by checking for buggy Pentia,
258 * i.e. all B steppings and the C2 stepping of P54C when using their
259 * integrated APIC (see 11AP erratum in "Pentium Processor
260 * Specification Update").
261 */
262 if (cpu_has_apic && (c->x86<<8 | c->x86_model<<4) == 0x520 &&
263 (c->x86_mask < 0x6 || c->x86_mask == 0xb))
264 set_cpu_cap(c, X86_FEATURE_11AP);
265
266
267#ifdef CONFIG_X86_INTEL_USERCOPY
268 /*
269 * Set up the preferred alignment for movsl bulk memory moves
270 */
271 switch (c->x86) {
272 case 4: /* 486: untested */
273 break;
274 case 5: /* Old Pentia: untested */
275 break;
276 case 6: /* PII/PIII only like movsl with 8-byte alignment */
277 movsl_mask.mask = 7;
278 break;
279 case 15: /* P4 is OK down to 8-byte alignment */
280 movsl_mask.mask = 7;
281 break;
282 }
283#endif
284
285#ifdef CONFIG_X86_NUMAQ
286 numaq_tsc_disable();
287#endif
Yinghai Lu1f442d72009-03-07 23:46:26 -0800288
289 intel_smp_check(c);
Yinghai Lu40527042008-09-09 16:40:38 -0700290}
291#else
292static void __cpuinit intel_workarounds(struct cpuinfo_x86 *c)
293{
294}
Yinghai Lu185f3b92008-09-09 16:40:35 -0700295#endif
296
Yinghai Lu2759c322009-05-15 13:05:16 -0700297static void __cpuinit srat_detect_node(struct cpuinfo_x86 *c)
Yinghai Lu185f3b92008-09-09 16:40:35 -0700298{
Tejun Heo645a7912011-01-23 14:37:40 +0100299#ifdef CONFIG_NUMA
Yinghai Lu185f3b92008-09-09 16:40:35 -0700300 unsigned node;
301 int cpu = smp_processor_id();
Yinghai Lu185f3b92008-09-09 16:40:35 -0700302
303 /* Don't do the funky fallback heuristics the AMD version employs
304 for now. */
Tejun Heobbc9e2f2011-01-23 14:37:39 +0100305 node = numa_cpu_node(cpu);
Nikanth Karthikesan50f2d7f2010-09-30 17:34:10 +0530306 if (node == NUMA_NO_NODE || !node_online(node)) {
Yinghai Lud9c2d5a2009-11-21 00:23:37 -0800307 /* reuse the value from init_cpu_to_node() */
308 node = cpu_to_node(cpu);
309 }
Yinghai Lu185f3b92008-09-09 16:40:35 -0700310 numa_set_node(cpu, node);
Yinghai Lu185f3b92008-09-09 16:40:35 -0700311#endif
312}
313
Andi Kleen3dd9d512005-04-16 15:25:15 -0700314/*
315 * find out the number of processor cores on the die
316 */
Yinghai Luf69feff2008-09-07 17:58:58 -0700317static int __cpuinit intel_num_cpu_cores(struct cpuinfo_x86 *c)
Andi Kleen3dd9d512005-04-16 15:25:15 -0700318{
Zachary Amsdenf2ab4462005-09-03 15:56:42 -0700319 unsigned int eax, ebx, ecx, edx;
Andi Kleen3dd9d512005-04-16 15:25:15 -0700320
321 if (c->cpuid_level < 4)
322 return 1;
323
Zachary Amsdenf2ab4462005-09-03 15:56:42 -0700324 /* Intel has a non-standard dependency on %ecx for this CPUID level. */
325 cpuid_count(4, 0, &eax, &ebx, &ecx, &edx);
Andi Kleen3dd9d512005-04-16 15:25:15 -0700326 if (eax & 0x1f)
Alan Cox8bdbd962009-07-04 00:35:45 +0100327 return (eax >> 26) + 1;
Andi Kleen3dd9d512005-04-16 15:25:15 -0700328 else
329 return 1;
330}
331
Sheng Yange38e05a2008-09-10 18:53:34 +0800332static void __cpuinit detect_vmx_virtcap(struct cpuinfo_x86 *c)
333{
334 /* Intel VMX MSR indicated features */
335#define X86_VMX_FEATURE_PROC_CTLS_TPR_SHADOW 0x00200000
336#define X86_VMX_FEATURE_PROC_CTLS_VNMI 0x00400000
337#define X86_VMX_FEATURE_PROC_CTLS_2ND_CTLS 0x80000000
338#define X86_VMX_FEATURE_PROC_CTLS2_VIRT_APIC 0x00000001
339#define X86_VMX_FEATURE_PROC_CTLS2_EPT 0x00000002
340#define X86_VMX_FEATURE_PROC_CTLS2_VPID 0x00000020
341
342 u32 vmx_msr_low, vmx_msr_high, msr_ctl, msr_ctl2;
343
344 clear_cpu_cap(c, X86_FEATURE_TPR_SHADOW);
345 clear_cpu_cap(c, X86_FEATURE_VNMI);
346 clear_cpu_cap(c, X86_FEATURE_FLEXPRIORITY);
347 clear_cpu_cap(c, X86_FEATURE_EPT);
348 clear_cpu_cap(c, X86_FEATURE_VPID);
349
350 rdmsr(MSR_IA32_VMX_PROCBASED_CTLS, vmx_msr_low, vmx_msr_high);
351 msr_ctl = vmx_msr_high | vmx_msr_low;
352 if (msr_ctl & X86_VMX_FEATURE_PROC_CTLS_TPR_SHADOW)
353 set_cpu_cap(c, X86_FEATURE_TPR_SHADOW);
354 if (msr_ctl & X86_VMX_FEATURE_PROC_CTLS_VNMI)
355 set_cpu_cap(c, X86_FEATURE_VNMI);
356 if (msr_ctl & X86_VMX_FEATURE_PROC_CTLS_2ND_CTLS) {
357 rdmsr(MSR_IA32_VMX_PROCBASED_CTLS2,
358 vmx_msr_low, vmx_msr_high);
359 msr_ctl2 = vmx_msr_high | vmx_msr_low;
360 if ((msr_ctl2 & X86_VMX_FEATURE_PROC_CTLS2_VIRT_APIC) &&
361 (msr_ctl & X86_VMX_FEATURE_PROC_CTLS_TPR_SHADOW))
362 set_cpu_cap(c, X86_FEATURE_FLEXPRIORITY);
363 if (msr_ctl2 & X86_VMX_FEATURE_PROC_CTLS2_EPT)
364 set_cpu_cap(c, X86_FEATURE_EPT);
365 if (msr_ctl2 & X86_VMX_FEATURE_PROC_CTLS2_VPID)
366 set_cpu_cap(c, X86_FEATURE_VPID);
367 }
368}
369
Chuck Ebbert3bc9b762006-03-23 02:59:33 -0800370static void __cpuinit init_intel(struct cpuinfo_x86 *c)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371{
372 unsigned int l2 = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373
Andi Kleen2b16a232008-01-30 13:32:40 +0100374 early_init_intel(c);
375
Yinghai Lu40527042008-09-09 16:40:38 -0700376 intel_workarounds(c);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377
Suresh Siddha345077c2008-12-18 18:09:21 -0800378 /*
379 * Detect the extended topology information if available. This
380 * will reinitialise the initial_apicid which will be used
381 * in init_intel_cacheinfo()
382 */
383 detect_extended_topology(c);
384
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385 l2 = init_intel_cacheinfo(c);
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100386 if (c->cpuid_level > 9) {
Venkatesh Pallipadi0080e662006-06-26 13:59:59 +0200387 unsigned eax = cpuid_eax(10);
388 /* Check for version and the number of counters */
389 if ((eax & 0xff) && (((eax>>8) & 0xff) > 1))
Ingo Molnard0e95eb2008-02-26 08:52:33 +0100390 set_cpu_cap(c, X86_FEATURE_ARCH_PERFMON);
Venkatesh Pallipadi0080e662006-06-26 13:59:59 +0200391 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392
Yinghai Lu40527042008-09-09 16:40:38 -0700393 if (cpu_has_xmm2)
394 set_cpu_cap(c, X86_FEATURE_LFENCE_RDTSC);
395 if (cpu_has_ds) {
396 unsigned int l1;
397 rdmsr(MSR_IA32_MISC_ENABLE, l1, l2);
398 if (!(l1 & (1<<11)))
399 set_cpu_cap(c, X86_FEATURE_BTS);
400 if (!(l1 & (1<<12)))
401 set_cpu_cap(c, X86_FEATURE_PEBS);
Yinghai Lu40527042008-09-09 16:40:38 -0700402 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403
Pallipadi, Venkateshe736ad52009-02-06 16:52:05 -0800404 if (c->x86 == 6 && c->x86_model == 29 && cpu_has_clflush)
405 set_cpu_cap(c, X86_FEATURE_CLFLUSH_MONITOR);
406
Yinghai Lu40527042008-09-09 16:40:38 -0700407#ifdef CONFIG_X86_64
408 if (c->x86 == 15)
409 c->x86_cache_alignment = c->x86_clflush_size * 2;
410 if (c->x86 == 6)
411 set_cpu_cap(c, X86_FEATURE_REP_GOOD);
412#else
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100413 /*
414 * Names for the Pentium II/Celeron processors
415 * detectable only by also checking the cache size.
416 * Dixon is NOT a Celeron.
417 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 if (c->x86 == 6) {
Yinghai Lu40527042008-09-09 16:40:38 -0700419 char *p = NULL;
420
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421 switch (c->x86_model) {
422 case 5:
Ondrej Zary865be7a2011-05-16 21:38:08 +0200423 if (l2 == 0)
424 p = "Celeron (Covington)";
425 else if (l2 == 256)
426 p = "Mobile Pentium II (Dixon)";
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 break;
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100428
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429 case 6:
430 if (l2 == 128)
431 p = "Celeron (Mendocino)";
432 else if (c->x86_mask == 0 || c->x86_mask == 5)
433 p = "Celeron-A";
434 break;
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100435
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436 case 8:
437 if (l2 == 128)
438 p = "Celeron (Coppermine)";
439 break;
440 }
Yinghai Lu40527042008-09-09 16:40:38 -0700441
442 if (p)
443 strcpy(c->x86_model_id, p);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 }
445
Yinghai Lu185f3b92008-09-09 16:40:35 -0700446 if (c->x86 == 15)
447 set_cpu_cap(c, X86_FEATURE_P4);
448 if (c->x86 == 6)
449 set_cpu_cap(c, X86_FEATURE_P3);
Markus Metzgerf4166c52008-11-09 14:29:21 +0100450#endif
Yinghai Lu185f3b92008-09-09 16:40:35 -0700451
Yinghai Lu185f3b92008-09-09 16:40:35 -0700452 if (!cpu_has(c, X86_FEATURE_XTOPOLOGY)) {
453 /*
454 * let's use the legacy cpuid vector 0x1 and 0x4 for topology
455 * detection.
456 */
457 c->x86_max_cores = intel_num_cpu_cores(c);
458#ifdef CONFIG_X86_32
459 detect_ht(c);
460#endif
461 }
462
463 /* Work around errata */
Yinghai Lu2759c322009-05-15 13:05:16 -0700464 srat_detect_node(c);
Sheng Yange38e05a2008-09-10 18:53:34 +0800465
466 if (cpu_has(c, X86_FEATURE_VMX))
467 detect_vmx_virtcap(c);
Len Brownabe48b12011-07-14 00:53:24 -0400468
469 /*
470 * Initialize MSR_IA32_ENERGY_PERF_BIAS if BIOS did not.
471 * x86_energy_perf_policy(8) is available to change it at run-time
472 */
473 if (cpu_has(c, X86_FEATURE_EPB)) {
474 u64 epb;
475
476 rdmsrl(MSR_IA32_ENERGY_PERF_BIAS, epb);
Len Brown17edf2d2011-07-15 17:37:15 -0400477 if ((epb & 0xF) == ENERGY_PERF_BIAS_PERFORMANCE) {
478 printk_once(KERN_WARNING "ENERGY_PERF_BIAS:"
479 " Set to 'normal', was 'performance'\n"
480 "ENERGY_PERF_BIAS: View and update with"
481 " x86_energy_perf_policy(8)\n");
Len Brownabe48b12011-07-14 00:53:24 -0400482 epb = (epb & ~0xF) | ENERGY_PERF_BIAS_NORMAL;
483 wrmsrl(MSR_IA32_ENERGY_PERF_BIAS, epb);
484 }
485 }
Stephane Eranian42ed4582006-12-07 02:14:01 +0100486}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487
Yinghai Lu185f3b92008-09-09 16:40:35 -0700488#ifdef CONFIG_X86_32
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100489static unsigned int __cpuinit intel_size_cache(struct cpuinfo_x86 *c, unsigned int size)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490{
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100491 /*
492 * Intel PIII Tualatin. This comes in two flavours.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493 * One has 256kb of cache, the other 512. We have no way
494 * to determine which, so we use a boottime override
495 * for the 512kb model, and assume 256 otherwise.
496 */
497 if ((c->x86 == 6) && (c->x86_model == 11) && (size == 0))
498 size = 256;
499 return size;
500}
Yinghai Lu185f3b92008-09-09 16:40:35 -0700501#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502
Jan Beulich02dde8b2009-03-12 12:08:49 +0000503static const struct cpu_dev __cpuinitconst intel_cpu_dev = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 .c_vendor = "Intel",
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100505 .c_ident = { "GenuineIntel" },
Yinghai Lu185f3b92008-09-09 16:40:35 -0700506#ifdef CONFIG_X86_32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507 .c_models = {
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100508 { .vendor = X86_VENDOR_INTEL, .family = 4, .model_names =
509 {
510 [0] = "486 DX-25/33",
511 [1] = "486 DX-50",
512 [2] = "486 SX",
513 [3] = "486 DX/2",
514 [4] = "486 SL",
515 [5] = "486 SX/2",
516 [7] = "486 DX/2-WB",
517 [8] = "486 DX/4",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 [9] = "486 DX/4-WB"
519 }
520 },
521 { .vendor = X86_VENDOR_INTEL, .family = 5, .model_names =
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100522 {
523 [0] = "Pentium 60/66 A-step",
524 [1] = "Pentium 60/66",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 [2] = "Pentium 75 - 200",
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100526 [3] = "OverDrive PODP5V83",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527 [4] = "Pentium MMX",
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100528 [7] = "Mobile Pentium 75 - 200",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529 [8] = "Mobile Pentium MMX"
530 }
531 },
532 { .vendor = X86_VENDOR_INTEL, .family = 6, .model_names =
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100533 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534 [0] = "Pentium Pro A-step",
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100535 [1] = "Pentium Pro",
536 [3] = "Pentium II (Klamath)",
537 [4] = "Pentium II (Deschutes)",
538 [5] = "Pentium II (Deschutes)",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 [6] = "Mobile Pentium II",
Paolo Ciarrocchi65eb6b42008-02-22 23:09:42 +0100540 [7] = "Pentium III (Katmai)",
541 [8] = "Pentium III (Coppermine)",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 [10] = "Pentium III (Cascades)",
543 [11] = "Pentium III (Tualatin)",
544 }
545 },
546 { .vendor = X86_VENDOR_INTEL, .family = 15, .model_names =
547 {
548 [0] = "Pentium 4 (Unknown)",
549 [1] = "Pentium 4 (Willamette)",
550 [2] = "Pentium 4 (Northwood)",
551 [4] = "Pentium 4 (Foster)",
552 [5] = "Pentium 4 (Foster)",
553 }
554 },
555 },
Yinghai Lu185f3b92008-09-09 16:40:35 -0700556 .c_size_cache = intel_size_cache,
557#endif
Thomas Petazzoni03ae5762008-02-15 12:00:23 +0100558 .c_early_init = early_init_intel,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559 .c_init = init_intel,
Yinghai Lu10a434f2008-09-04 21:09:45 +0200560 .c_x86_vendor = X86_VENDOR_INTEL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561};
562
Yinghai Lu10a434f2008-09-04 21:09:45 +0200563cpu_dev_register(intel_cpu_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564