From: Sohil Mehta Date: Thu, 27 Mar 2025 23:46:27 +0000 (+0000) Subject: x86/nmi: Add missing description x86_platform_ops::get_nmi_reason to X-Git-Tag: v6.16-rc1~195^2~24^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7324d7de7740fdbb29c79f5e2a001524370fa732;p=thirdparty%2Fkernel%2Flinux.git x86/nmi: Add missing description x86_platform_ops::get_nmi_reason to [ mingo: Split off from another patch. ] Signed-off-by: Sohil Mehta Signed-off-by: Ingo Molnar Acked-by: Peter Zijlstra (Intel) Reviewed-by: Nikolay Borisov Link: https://lore.kernel.org/r/20250327234629.3953536-8-sohil.mehta@intel.com --- diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index 213cf5379a5a6..36698cc9fb44b 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h @@ -292,6 +292,7 @@ struct x86_hyper_runtime { * @set_wallclock: set time back to HW clock * @is_untracked_pat_range exclude from PAT logic * @nmi_init enable NMI on cpus + * @get_nmi_reason get the reason an NMI was received * @save_sched_clock_state: save state for sched_clock() on suspend * @restore_sched_clock_state: restore state for sched_clock() on resume * @apic_post_init: adjust apic if needed