public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrei Tanas <andrei@tanas.ca>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] kvm: Actually define EFLG_IF used in commit ad6c935c4963ee5577210ba47434c7c59aec81fa
Date: Wed, 17 Oct 2007 14:26:04 -0400	[thread overview]
Message-ID: <31718b2c56ed2d9dc58ac11c00e86bdc@localhost> (raw)

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)



                 reply	other threads:[~2007-10-17 18:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=31718b2c56ed2d9dc58ac11c00e86bdc@localhost \
    --to=andrei@tanas.ca \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox