]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/kvm: Make kvm_async_pf_task_wake() a local static helper
authorSean Christopherson <seanjc@google.com>
Tue, 29 Jul 2025 15:39:01 +0000 (08:39 -0700)
committerSean Christopherson <seanjc@google.com>
Thu, 11 Sep 2025 15:57:16 +0000 (08:57 -0700)
commit657bf7048d77c1db6baf0841dd1a65c60d7fc4c7
tree85467983670392cff23efe992b22c8952b75d98a
parent0dccbc75e18df85399a71933d60b97494110f559
x86/kvm: Make kvm_async_pf_task_wake() a local static helper

Make kvm_async_pf_task_wake() static and drop its export, as the symbol is
only referenced from within kvm.c.

No functional change intended.

Link: https://lore.kernel.org/r/20250729153901.564123-1-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/kvm_para.h
arch/x86/kernel/kvm.c