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 19de711 commit 876f0d4Copy full SHA for 876f0d4
arch/x86/kernel/cpu/microcode/amd.c
@@ -194,7 +194,7 @@ static bool need_sha_check(u32 cur_rev)
194
}
195
196
switch (cur_rev >> 8) {
197
- case 0x80012: return cur_rev <= 0x800126f; break;
+ case 0x80012: return cur_rev <= 0x8001277; break;
198
case 0x80082: return cur_rev <= 0x800820f; break;
199
case 0x83010: return cur_rev <= 0x830107c; break;
200
case 0x86001: return cur_rev <= 0x860010e; break;
0 commit comments