Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99488
b: refs/heads/master
c: 873b274
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and H. Peter Anvin committed May 22, 2008
1 parent 4d37fdc commit 83226f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8ac1ae3a2a8ceb5bc1d334a502d42f59b91379c
refs/heads/master: 873b274a41c0cfe58b2eb0a7722424eb367b905b
3 changes: 3 additions & 0 deletions trunk/arch/x86/kernel/cpu/addon_cpuid_features.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ void __cpuinit validate_pat_support(struct cpuinfo_x86 *c)
if (c->x86 == 0xF || (c->x86 == 6 && c->x86_model >= 15))
return;
break;
case X86_VENDOR_CENTAUR:
case X86_VENDOR_TRANSMETA:
return;
}

pat_disable(cpu_has_pat ?
Expand Down

0 comments on commit 83226f4

Please sign in to comment.