Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: Reload cpuid after loading microcode for the BSP
Right now, we're doing very early init - then parsing boot modules - and only then doing the microcode load for the BSP. This results in having possibly stale cpuid info that doesn't correspond to the current microcode. Fix that by reloading if cpu 0. Signed-off-by: Pedro Falcato <[email protected]>
- Loading branch information