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