LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] kvm: Actually define EFLG_IF used in commit ad6c935c4963ee5577210ba47434c7c59aec81fa
@ 2007-10-17 18:26 Andrei Tanas
  0 siblings, 0 replies; only message in thread
From: Andrei Tanas @ 2007-10-17 18:26 UTC (permalink / raw
  To: linux-kernel

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)



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-17 18:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17 18:26 [PATCH] kvm: Actually define EFLG_IF used in commit ad6c935c4963ee5577210ba47434c7c59aec81fa Andrei Tanas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).