diff options
| author | Juergen Gross <jgross@suse.com> | 2026-01-05 12:05:20 +0100 |
|---|---|---|
| committer | Borislav Petkov (AMD) <bp@alien8.de> | 2026-01-13 14:57:45 +0100 |
| commit | b0b449e6fec4cd182bd4384f7eb9002596079f68 (patch) | |
| tree | ce058ab4c1c42353515b63fe76b017f09113d920 /tools | |
| parent | 392afe83165a54080ec48e50d45049bd5aaad332 (diff) | |
x86/pvlocks: Move paravirt spinlock functions into own header
Instead of having the pv spinlock function definitions in paravirt.h,
move them into the new header paravirt-spinlock.h.
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20260105110520.21356-22-jgross@suse.com
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/objtool/check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/objtool/check.c b/tools/objtool/check.c index b3fec88d5bd3..c2952df6842c 100644 --- a/tools/objtool/check.c +++ b/tools/objtool/check.c @@ -527,6 +527,7 @@ static struct { int idx_off; } pv_ops_tables[] = { { .name = "pv_ops", }, + { .name = "pv_ops_lock", }, { .name = NULL, .idx_off = -1 } }; |
