diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2025-12-17 15:23:59 +0300 |
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2025-12-19 10:54:59 +0300 |
| commit | 01122b89361e565b3c88b9fbebe92dc5c7420cb7 (patch) | |
| tree | e4ca98458c393e98394c8db59f3fb187bf623710 /include | |
| parent | 3cb3c2f6886f9489df13de8efe7a1e803a3f21ea (diff) | |
| download | linux-01122b89361e565b3c88b9fbebe92dc5c7420cb7.tar.xz | |
perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIs
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20251208115156.GE3707891@noisy.programming.kicks-ass.net
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-generic/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index 295c94a3ccc1..9aff61e7b8f2 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild @@ -32,6 +32,7 @@ mandatory-y += irq_work.h mandatory-y += kdebug.h mandatory-y += kmap_size.h mandatory-y += kprobes.h +mandatory-y += kvm_types.h mandatory-y += linkage.h mandatory-y += local.h mandatory-y += local64.h |
