diff options
-rw-r--r-- | arch/x86_64/kernel/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index 6fa0a302e2aa..af838f6b0b7f 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
@@ -608,6 +608,9 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c) | |||
608 | else | 608 | else |
609 | num_cache_leaves = 3; | 609 | num_cache_leaves = 3; |
610 | 610 | ||
611 | if (c->x86 == 0xf || c->x86 == 0x10 || c->x86 == 0x11) | ||
612 | set_bit(X86_FEATURE_K8, &c->x86_capability); | ||
613 | |||
611 | /* RDTSC can be speculated around */ | 614 | /* RDTSC can be speculated around */ |
612 | clear_bit(X86_FEATURE_SYNC_RDTSC, &c->x86_capability); | 615 | clear_bit(X86_FEATURE_SYNC_RDTSC, &c->x86_capability); |
613 | 616 | ||