diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-05-22 04:37:48 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-23 08:08:06 -0400 |
| commit | 2ddfd20e7c55421435cbf95a5ed3dd6e423cf934 (patch) | |
| tree | bd873a6318dbdffe059b0c12efc5c5ff228dd2e8 /arch/x86/kvm | |
| parent | de067814d6b69030d0030e1c5b3dbaf0385aae41 (diff) | |
namespacecheck: automated fixes
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kvm')
| -rw-r--r-- | arch/x86/kvm/mmu.c | 2 |
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 = { | |||
| 1996 | .seeks = DEFAULT_SEEKS * 10, | 1996 | .seeks = DEFAULT_SEEKS * 10, |
| 1997 | }; | 1997 | }; |
| 1998 | 1998 | ||
| 1999 | void mmu_destroy_caches(void) | 1999 | static void mmu_destroy_caches(void) |
| 2000 | { | 2000 | { |
| 2001 | if (pte_chain_cache) | 2001 | if (pte_chain_cache) |
| 2002 | kmem_cache_destroy(pte_chain_cache); | 2002 | kmem_cache_destroy(pte_chain_cache); |
