Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/nmi: Add missing description x86_platform_ops::get_nmi_reason to <asm/x86_init.h>

[ mingo: Split off from another patch. ]

Signed-off-by: Sohil Mehta <sohil.mehta@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Nikolay Borisov <nik.borisov@suse.com>
Link: https://lore.kernel.org/r/20250327234629.3953536-8-sohil.mehta@intel.com

authored by

Sohil Mehta and committed by
Ingo Molnar
7324d7de 3b129270

+1
+1
arch/x86/include/asm/x86_init.h
··· 292 292 * @set_wallclock: set time back to HW clock 293 293 * @is_untracked_pat_range exclude from PAT logic 294 294 * @nmi_init enable NMI on cpus 295 + * @get_nmi_reason get the reason an NMI was received 295 296 * @save_sched_clock_state: save state for sched_clock() on suspend 296 297 * @restore_sched_clock_state: restore state for sched_clock() on resume 297 298 * @apic_post_init: adjust apic if needed