We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2c6dc commit 5b74e3aCopy full SHA for 5b74e3a
arch/x86_64/kernel/setup.c
@@ -575,6 +575,8 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c)
575
level = cpuid_eax(1);
576
if (c->x86 == 15 && ((level >= 0x0f48 && level < 0x0f50) || level >= 0x0f58))
577
set_bit(X86_FEATURE_REP_GOOD, &c->x86_capability);
578
+ if (c->x86 == 0x10)
579
+ set_bit(X86_FEATURE_REP_GOOD, &c->x86_capability);
580
581
/* Enable workaround for FXSAVE leak */
582
if (c->x86 >= 6)
0 commit comments