diff options
-rw-r--r-- | arch/x86/kernel/cpu/addon_cpuid_features.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/addon_cpuid_features.c b/arch/x86/kernel/cpu/addon_cpuid_features.c index c2e1ce33c7cb..d8b3e4a9d663 100644 --- a/arch/x86/kernel/cpu/addon_cpuid_features.c +++ b/arch/x86/kernel/cpu/addon_cpuid_features.c | |||
@@ -62,6 +62,9 @@ void __cpuinit validate_pat_support(struct cpuinfo_x86 *c) | |||
62 | if (c->x86 == 0xF || (c->x86 == 6 && c->x86_model >= 15)) | 62 | if (c->x86 == 0xF || (c->x86 == 6 && c->x86_model >= 15)) |
63 | return; | 63 | return; |
64 | break; | 64 | break; |
65 | case X86_VENDOR_CENTAUR: | ||
66 | case X86_VENDOR_TRANSMETA: | ||
67 | return; | ||
65 | } | 68 | } |
66 | 69 | ||
67 | pat_disable(cpu_has_pat ? | 70 | pat_disable(cpu_has_pat ? |