aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2007-11-19 15:04:44 -0500
committerAvi Kivity <avi@qumranet.com>2008-01-30 10:53:07 -0500
commit7faa8f6fcc119ce680a90a5f011841b466b1e161 (patch)
treeb153253a229f1adfa181fde7e9f41b7917a40c46 /drivers/kvm/kvm.h
parentd40ccc6246ed19ca529043998942a6b450c0e498 (diff)
KVM: Move misplaced comment
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r--drivers/kvm/kvm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index ccba9584355c..52e80183e050 100644
--- a/drivers/kvm/kvm.h
+++ b/drivers/kvm/kvm.h
@@ -135,15 +135,15 @@ struct kvm_mmu {
135 135
136#define KVM_NR_MEM_OBJS 40 136#define KVM_NR_MEM_OBJS 40
137 137
138/*
139 * We don't want allocation failures within the mmu code, so we preallocate
140 * enough memory for a single page fault in a cache.
141 */
138struct kvm_mmu_memory_cache { 142struct kvm_mmu_memory_cache {
139 int nobjs; 143 int nobjs;
140 void *objects[KVM_NR_MEM_OBJS]; 144 void *objects[KVM_NR_MEM_OBJS];
141}; 145};
142 146
143/*
144 * We don't want allocation failures within the mmu code, so we preallocate
145 * enough memory for a single page fault in a cache.
146 */
147struct kvm_guest_debug { 147struct kvm_guest_debug {
148 int enabled; 148 int enabled;
149 unsigned long bp[4]; 149 unsigned long bp[4];