diff --git a/[refs] b/[refs] index 4c74f24ad8dc..e6e417da4a1d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d40ccc6246ed19ca529043998942a6b450c0e498 +refs/heads/master: 7faa8f6fcc119ce680a90a5f011841b466b1e161 diff --git a/trunk/drivers/kvm/kvm.h b/trunk/drivers/kvm/kvm.h index ccba9584355c..52e80183e050 100644 --- a/trunk/drivers/kvm/kvm.h +++ b/trunk/drivers/kvm/kvm.h @@ -135,15 +135,15 @@ struct kvm_mmu { #define KVM_NR_MEM_OBJS 40 +/* + * We don't want allocation failures within the mmu code, so we preallocate + * enough memory for a single page fault in a cache. + */ struct kvm_mmu_memory_cache { int nobjs; void *objects[KVM_NR_MEM_OBJS]; }; -/* - * We don't want allocation failures within the mmu code, so we preallocate - * enough memory for a single page fault in a cache. - */ struct kvm_guest_debug { int enabled; unsigned long bp[4];