diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/lguest/x86/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lguest/x86/core.c b/drivers/lguest/x86/core.c index f0a3347b6441..516923926335 100644 --- a/drivers/lguest/x86/core.c +++ b/drivers/lguest/x86/core.c | |||
@@ -700,7 +700,7 @@ void lguest_arch_setup_regs(struct lg_cpu *cpu, unsigned long start) | |||
700 | * interrupts are enabled. We always leave interrupts enabled while | 700 | * interrupts are enabled. We always leave interrupts enabled while |
701 | * running the Guest. | 701 | * running the Guest. |
702 | */ | 702 | */ |
703 | regs->eflags = X86_EFLAGS_IF | X86_EFLAGS_BIT1; | 703 | regs->eflags = X86_EFLAGS_IF | X86_EFLAGS_FIXED; |
704 | 704 | ||
705 | /* | 705 | /* |
706 | * The "Extended Instruction Pointer" register says where the Guest is | 706 | * The "Extended Instruction Pointer" register says where the Guest is |