commit | 2ddfd20e7c55421435cbf95a5ed3dd6e423cf934 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu May 22 10:37:48 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri May 23 14:08:06 2008 +0200 |
tree | bd873a6318dbdffe059b0c12efc5c5ff228dd2e8 | |
parent | de067814d6b69030d0030e1c5b3dbaf0385aae41 [diff] [blame] |
namespacecheck: automated fixes Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 36c5406..7246b60 100644 --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kvm/mmu.c
@@ -1996,7 +1996,7 @@ .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);