diff options
Diffstat (limited to 'drivers/lguest')
-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 65af42f2d593..39809035320a 100644 --- a/drivers/lguest/x86/core.c +++ b/drivers/lguest/x86/core.c | |||
@@ -697,7 +697,7 @@ void lguest_arch_setup_regs(struct lg_cpu *cpu, unsigned long start) | |||
697 | * interrupts are enabled. We always leave interrupts enabled while | 697 | * interrupts are enabled. We always leave interrupts enabled while |
698 | * running the Guest. | 698 | * running the Guest. |
699 | */ | 699 | */ |
700 | regs->eflags = X86_EFLAGS_IF | 0x2; | 700 | regs->eflags = X86_EFLAGS_IF | X86_EFLAGS_BIT1; |
701 | 701 | ||
702 | /* | 702 | /* |
703 | * The "Extended Instruction Pointer" register says where the Guest is | 703 | * The "Extended Instruction Pointer" register says where the Guest is |