]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/fred: Remove kernel log message when initializing exceptions
authorSohil Mehta <sohil.mehta@intel.com>
Wed, 25 Mar 2026 23:01:49 +0000 (16:01 -0700)
committerBorislav Petkov (AMD) <bp@alien8.de>
Fri, 27 Mar 2026 15:38:24 +0000 (16:38 +0100)
commitf0958d588e6de263224ca92087b45ce72fa25c91
tree499594e9a36edcf53336cb219543fd95054337c0
parentac66a73be03a0a72aeeb33d3610cfc43cb101a0b
x86/fred: Remove kernel log message when initializing exceptions

When FRED is enabled, its initialization message is printed for every CPU
during boot as well as during suspend-resume. This debug message can be noisy
and it isn't very useful unless someone is debugging FRED itself.

As FRED is enabled by default, remove the log message as mentioned in
the code comment.

Signed-off-by: Sohil Mehta <sohil.mehta@intel.com>
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260325230151.1898287-4-hpa@zytor.com
arch/x86/kernel/fred.c