Commit 7faa8f6f authored by Hollis Blanchard's avatar Hollis Blanchard Committed by Avi Kivity

KVM: Move misplaced comment

Signed-off-by: default avatarHollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent d40ccc62
...@@ -135,15 +135,15 @@ struct kvm_mmu { ...@@ -135,15 +135,15 @@ struct kvm_mmu {
#define KVM_NR_MEM_OBJS 40 #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 { struct kvm_mmu_memory_cache {
int nobjs; int nobjs;
void *objects[KVM_NR_MEM_OBJS]; 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 { struct kvm_guest_debug {
int enabled; int enabled;
unsigned long bp[4]; unsigned long bp[4];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment