aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/lg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/lguest/lg.h')
-rw-r--r--drivers/lguest/lg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h
index c9d1dc29490d..c1ca127ddece 100644
--- a/drivers/lguest/lg.h
+++ b/drivers/lguest/lg.h
@@ -184,8 +184,7 @@ struct lguest
184 struct desc_struct gdt[GDT_ENTRIES]; 184 struct desc_struct gdt[GDT_ENTRIES];
185 185
186 /* The IDT entries: some copied into lguest_ro_state when running. */ 186 /* The IDT entries: some copied into lguest_ro_state when running. */
187 struct desc_struct idt[FIRST_EXTERNAL_VECTOR+LGUEST_IRQS]; 187 struct desc_struct idt[IDT_ENTRIES];
188 struct desc_struct syscall_idt;
189 188
190 /* Virtual clock device */ 189 /* Virtual clock device */
191 struct hrtimer hrt; 190 struct hrtimer hrt;