Re: [PATCH v7 007/120] x86/cpu: centaur/zhaoxin: Rescan CPUID(0xc0000001) after MSR writes
"Ahmed S. Darwish" <[email protected]> Thu, 28 May 2026 20:03:07 +0200
| Newsgroups | dev.linux.lists.x86-cpuid,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <ahiDW3-ZYZ9rIbUP@lx-t490> |
On Thu, 28 May 2026, Ahmed S. Darwish wrote: > > The idea was to have these refresh hooks in place so that by the time > CPUID(0xc0000001) is parsed, everything is correct without an invalid > intermediate state. > > I guess I could've merged it with: > > 20 x86/cpuid: Parse Transmeta and Centaur extended ranges > > But that one was already too big for that. > Duh, I spoke too fast.. There is no risk of invalid intermediate states as long as CPUID(0xc0000001) is not yet accessed through the parser API. I'll just move this refresh patch directly after patch 20.