Merge branch 'x86/mm' into x86/boot, to pick up dependencies
[cascardo/linux.git] / include / linux / lguest.h
index 9962c6b..6db19f3 100644 (file)
@@ -61,8 +61,8 @@ struct lguest_data {
        u32 tsc_khz;
 
 /* Fields initialized by the Guest at boot: */
-       /* Instruction range to suppress interrupts even if enabled */
-       unsigned long noirq_start, noirq_end;
+       /* Instruction to suppress interrupts even if enabled */
+       unsigned long noirq_iret;
        /* Address above which page tables are all identical. */
        unsigned long kernel_address;
        /* The vector to try to use for system calls (0x40 or 0x80). */