From: Hollis Blanchard Date: Mon, 19 Nov 2007 20:04:44 +0000 (-0600) Subject: KVM: Move misplaced comment X-Git-Tag: v2.6.25-rc1~1138^2~121 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7faa8f6fcc119ce680a90a5f011841b466b1e161;p=~shefty%2Frdma-dev.git KVM: Move misplaced comment Signed-off-by: Hollis Blanchard Signed-off-by: Avi Kivity --- diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index ccba9584355..52e80183e05 100644 --- a/drivers/kvm/kvm.h +++ b/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];