[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v5 3/4] x86: Read MSR_ARCH_CAPS immediately after early_microcode_init()
On Wed, Jul 05, 2023 at 02:12:58PM +0100, Alejandro Vallejo wrote: > Something along this lines would be better? > ``` > * Microcode updates may change CPUID or MSRs. We need to reload > * the early subset boot_cpu_data before continuing. Notably > tsx_init() > * needs an up to date MSR_ARCH_CAPS. > ``` That makes no sense. I sent the email before completing the sentence. I meant: ``` * Microcode updates may change CPUID or MSRs. We need to reload * the subset of boot_cpu_data we got on early_cpu_init() before * continuing. Notably tsx_init() needs an up to date MSR_ARCH_CAPS. ``` Alejandro
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |