Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235169
b: refs/heads/master
c: b87cf80
h: refs/heads/master
i:
  235167: 657735c
v: v3
  • Loading branch information
Boris Ostrovsky authored and Ingo Molnar committed Mar 16, 2011
1 parent 8753c29 commit 0f97d63
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 1d3e09a304e6c4e004ca06356578b171e8735d3c
refs/heads/master: b87cf80af3ba4b4c008b4face3c68d604e1715c6
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/cpu/amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,10 @@ 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))
set_cpu_cap(c, X86_FEATURE_ARAT);
}

#ifdef CONFIG_X86_32
Expand Down

0 comments on commit 0f97d63

Please sign in to comment.