KVM: x86: Unexport x86_fpu_cache and make it static
[linux-2.6-microblaze.git] / arch / x86 / kvm / x86.c
index 24de847..87ee76b 100644 (file)
@@ -239,8 +239,7 @@ u64 __read_mostly host_xcr0;
 u64 __read_mostly supported_xcr0;
 EXPORT_SYMBOL_GPL(supported_xcr0);
 
-struct kmem_cache *x86_fpu_cache;
-EXPORT_SYMBOL_GPL(x86_fpu_cache);
+static struct kmem_cache *x86_fpu_cache;
 
 static struct kmem_cache *x86_emulator_cache;