Skip to content

Commit 9bd6812

Browse files
suryasaimadhuKAGA-KOKO
authored andcommitted
x86/microcode: Announce reload operation's completion
By popular demand, issue a single line to dmesg after the reload operation completes to let the user know that a reload has at least been attempted. Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20190313110022.8229-1-bp@alien8.de
1 parent 534c89c commit 9bd6812

File tree

1 file changed

+2
-0
lines changed
  • arch/x86/kernel/cpu/microcode

1 file changed

+2
-0
lines changed

arch/x86/kernel/cpu/microcode/core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,8 @@ static int microcode_reload_late(void)
608608
if (ret > 0)
609609
microcode_check();
610610

611+
pr_info("Reload completed, microcode revision: 0x%x\n", boot_cpu_data.microcode);
612+
611613
return ret;
612614
}
613615

0 commit comments

Comments
 (0)