KVM: Shrink struct kvm_mmu_memory_cache
[linux-2.6-microblaze.git] / include / linux / kvm_types.h
index 2728d49..6f4737d 100644 (file)
@@ -91,11 +91,11 @@ struct gfn_to_pfn_cache {
  * is topped up (__kvm_mmu_topup_memory_cache()).
  */
 struct kvm_mmu_memory_cache {
-       int nobjs;
        gfp_t gfp_zero;
        gfp_t gfp_custom;
        struct kmem_cache *kmem_cache;
        int capacity;
+       int nobjs;
        void **objects;
 };
 #endif