[<prev] [next>] [day] [month] [year] [list]
Message-ID: <31718b2c56ed2d9dc58ac11c00e86bdc@localhost>
Date: Wed, 17 Oct 2007 14:26:04 -0400
From: Andrei Tanas <andrei@...as.ca>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] kvm: Actually define EFLG_IF used in commit ad6c935c4963ee5577210ba47434c7c59aec81fa
Actually define EFLG_IF used in commit
ad6c935c4963ee5577210ba47434c7c59aec81fa
diff --git a/drivers/kvm/x86_emulate.c b/drivers/kvm/x86_emulate.c
index e974ace..ff00dc9 100644
--- a/drivers/kvm/x86_emulate.c
+++ b/drivers/kvm/x86_emulate.c
@@ -225,6 +225,7 @@ static u16 twobyte_table[256] = {
/* EFLAGS bit definitions. */
#define EFLG_OF (1<<11)
#define EFLG_DF (1<<10)
+#define EFLG_IF (1<<9)
#define EFLG_SF (1<<7)
#define EFLG_ZF (1<<6)
#define EFLG_AF (1<<4)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists