Re: [PATCH v2 2/3] x86/cpu/intel: Simplify F00F bug notice using pr_notice_once()

From: Sohil Mehta

Date: Mon May 18 2026 - 16:35:35 EST



> I think this pr_notice() is fine to remove.

Sure, I'll remove the notice and also convert the #ifdef
CONFIG_X86_F00F_BUG into IS_ENABLED(CONFIG_X86_F00F_BUG).