]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: selftests: Make __vm_get_page_table_entry() static
authorYosry Ahmed <yosry.ahmed@linux.dev>
Tue, 30 Dec 2025 23:01:30 +0000 (15:01 -0800)
committerSean Christopherson <seanjc@google.com>
Thu, 8 Jan 2026 20:02:04 +0000 (12:02 -0800)
commit69e81ed5e6a59c12c0c6756c3f0524e2ddb023f4
tree4d4247f01a7452bc7a1efa04e567ac6483ef5bdf
parent7fe9f5366bd5d7ee3cfd9f66868a4410d6e4792d
KVM: selftests: Make __vm_get_page_table_entry() static

The function is only used in processor.c, drop the declaration in
processor.h and make it static.

No functional change intended.

Signed-off-by: Yosry Ahmed <yosry.ahmed@linux.dev>
Link: https://patch.msgid.link/20251230230150.4150236-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/include/x86/processor.h
tools/testing/selftests/kvm/lib/x86/processor.c