Skip to content

Commit 1f693ef

Browse files
Ashok Rajbp3tk0v
authored andcommitted
x86/microcode/intel: Remove redundant microcode late updated message
After successful update, the late loading routine prints an update summary similar to: microcode: load: updated on 128 primary CPUs with 128 siblings microcode: revision: 0x21000170 -> 0x21000190 Remove the redundant message in the Intel side of the driver. [ bp: Massage commit message. ] Signed-off-by: Ashok Raj <ashok.raj@intel.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/ZWjYhedNfhAUmt0k@a4bf019067fa.jf.intel.com
1 parent 2cc14f5 commit 1f693ef

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • arch/x86/kernel/cpu/microcode

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,6 @@ static enum ucode_state apply_microcode_late(int cpu)
457457
if (ret != UCODE_UPDATED && ret != UCODE_OK)
458458
return ret;
459459

460-
if (!cpu && uci->cpu_sig.rev != cur_rev) {
461-
pr_info("Updated to revision 0x%x, date = %04x-%02x-%02x\n",
462-
uci->cpu_sig.rev, mc->hdr.date & 0xffff, mc->hdr.date >> 24,
463-
(mc->hdr.date >> 16) & 0xff);
464-
}
465-
466460
cpu_data(cpu).microcode = uci->cpu_sig.rev;
467461
if (!cpu)
468462
boot_cpu_data.microcode = uci->cpu_sig.rev;

0 commit comments

Comments
 (0)