projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b12927
)
x86/nmi: Add missing description x86_platform_ops::get_nmi_reason to <asm/x86_init.h>
author
Sohil Mehta
<sohil.mehta@intel.com>
Thu, 27 Mar 2025 23:46:27 +0000
(23:46 +0000)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 1 Apr 2025 20:26:27 +0000
(22:26 +0200)
[ 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
arch/x86/include/asm/x86_init.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/x86_init.h
b/arch/x86/include/asm/x86_init.h
index 213cf5379a5a6dd1a884d42b1333f00a3db690dc..36698cc9fb44bf466bc902598afc63ee66014118 100644
(file)
--- 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