diff options
Diffstat (limited to 'arch/x86_64/kernel/setup.c')
-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 1cb3e21c571a..4b7e02216970 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
@@ -976,6 +976,9 @@ static int __init init_amd(struct cpuinfo_x86 *c) | |||
976 | if (c->extended_cpuid_level >= 0x80000008) | 976 | if (c->extended_cpuid_level >= 0x80000008) |
977 | amd_detect_cmp(c); | 977 | amd_detect_cmp(c); |
978 | 978 | ||
979 | /* Fix cpuid4 emulation for more */ | ||
980 | num_cache_leaves = 3; | ||
981 | |||
979 | return r; | 982 | return r; |
980 | } | 983 | } |
981 | 984 | ||