KVM: x86/mmu: Make tdp_mmu_allowed static
authorDavid Matlack <dmatlack@google.com>
Mon, 13 Feb 2023 21:28:44 +0000 (13:28 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 Feb 2023 17:29:50 +0000 (12:29 -0500)
commit7f604e92fb805d2569aa5fb177a1c7231ea2f0cc
tree75bc0d55fc2795544ea8565c11dfd620eb17e5ec
parente4922088f8e90ea163281ba8e69b98f34a7a1b83
KVM: x86/mmu: Make tdp_mmu_allowed static

Make tdp_mmu_allowed static since it is only ever used within
arch/x86/kvm/mmu/mmu.c.

Link: https://lore.kernel.org/kvm/202302072055.odjDVd5V-lkp@intel.com/
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: David Matlack <dmatlack@google.com>
Message-Id: <20230213212844.3062733-1-dmatlack@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c