Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99491
b: refs/heads/master
c: ee863ba
h: refs/heads/master
i:
  99489: 8b88998
  99487: 4d37fdc
v: v3
  • Loading branch information
Andreas Herrmann authored and Ingo Molnar committed Jun 12, 2008
1 parent abac683 commit a5a6e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c26421d01986e1521043c8feb47256833df3bf31
refs/heads/master: ee863ba7ab3d3ed8a9585d378aae69d1e3e9f1b4
5 changes: 1 addition & 4 deletions trunk/arch/x86/kernel/cpu/addon_cpuid_features.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@ void __cpuinit init_scattered_cpuid_features(struct cpuinfo_x86 *c)
void __cpuinit validate_pat_support(struct cpuinfo_x86 *c)
{
switch (c->x86_vendor) {
case X86_VENDOR_AMD:
if (c->x86 >= 0xf && c->x86 <= 0x11)
return;
break;
case X86_VENDOR_INTEL:
if (c->x86 == 0xF || (c->x86 == 6 && c->x86_model >= 15))
return;
break;
case X86_VENDOR_AMD:
case X86_VENDOR_CENTAUR:
case X86_VENDOR_TRANSMETA:
return;
Expand Down

0 comments on commit a5a6e4c

Please sign in to comment.