-
Notifications
You must be signed in to change notification settings - Fork 11
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. This also handles re-running jump labels and alternatives. Signed-off-by: Pedro Falcato <[email protected]>
- Loading branch information
Showing
1 changed file
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters