summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
diff options
context:
space:
mode:
authorIngo Molnar2008-05-22 10:37:48 +0200
committerThomas Gleixner2008-05-23 14:08:06 +0200
commit2ddfd20e7c55421435cbf95a5ed3dd6e423cf934 (patch)
treebd873a6318dbdffe059b0c12efc5c5ff228dd2e8 /arch/x86/kvm/mmu.c
parentx86/xen: fix arbitrary_virt_to_machine() (diff)
downloadkernel-qcow2-linux-2ddfd20e7c55421435cbf95a5ed3dd6e423cf934.tar.gz
kernel-qcow2-linux-2ddfd20e7c55421435cbf95a5ed3dd6e423cf934.tar.xz
kernel-qcow2-linux-2ddfd20e7c55421435cbf95a5ed3dd6e423cf934.zip
namespacecheck: automated fixes
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kvm/mmu.c')
-rw-r--r--arch/x86/kvm/mmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c
index 36c5406b1813..7246b60afb96 100644
--- a/arch/x86/kvm/mmu.c
+++ b/arch/x86/kvm/mmu.c
@@ -1996,7 +1996,7 @@ static struct shrinker mmu_shrinker = {
.seeks = DEFAULT_SEEKS * 10,
};
-void mmu_destroy_caches(void)
+static void mmu_destroy_caches(void)
{
if (pte_chain_cache)
kmem_cache_destroy(pte_chain_cache);