aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/amd.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
-rw-r--r--arch/x86/kernel/cpu/amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c
index 22ab408177b2..eeea634bee0a 100644
--- a/arch/x86/kernel/cpu/amd.c
+++ b/arch/x86/kernel/cpu/amd.c
@@ -922,7 +922,7 @@ static void init_amd(struct cpuinfo_x86 *c)
922static unsigned int amd_size_cache(struct cpuinfo_x86 *c, unsigned int size) 922static unsigned int amd_size_cache(struct cpuinfo_x86 *c, unsigned int size)
923{ 923{
924 /* AMD errata T13 (order #21922) */ 924 /* AMD errata T13 (order #21922) */
925 if ((c->x86 == 6)) { 925 if (c->x86 == 6) {
926 /* Duron Rev A0 */ 926 /* Duron Rev A0 */
927 if (c->x86_model == 3 && c->x86_stepping == 0) 927 if (c->x86_model == 3 && c->x86_stepping == 0)
928 size = 64; 928 size = 64;