Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252695
b: refs/heads/master
c: e9cdd34
h: refs/heads/master
i:
  252693: 72cc2f8
  252691: a94a7b1
  252687: 4f6cc4f
v: v3
  • Loading branch information
Boris Ostrovsky authored and H. Peter Anvin committed May 26, 2011
1 parent c5f29d7 commit 4369807
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: b80ef10e84d85a06bcd0b3a24a752ec32d0e0e40
refs/heads/master: e9cdd343a5e42c43bcda01e609fa23089e026470
7 changes: 5 additions & 2 deletions trunk/arch/x86/kernel/cpu/amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,11 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c)
}
#endif

/* As a rule processors have APIC timer running in deep C states */
if (c->x86 > 0xf && !cpu_has_amd_erratum(amd_erratum_400))
/*
* Family 0x12 and above processors have APIC timer
* running in deep C states.
*/
if (c->x86 > 0x11)
set_cpu_cap(c, X86_FEATURE_ARAT);

/*
Expand Down

0 comments on commit 4369807

Please sign in to comment.