summaryrefslogtreecommitdiffstats
path: root/source/ap/libx86/lrmi.c.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/libx86/lrmi.c.diff')
-rw-r--r--source/ap/libx86/lrmi.c.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/source/ap/libx86/lrmi.c.diff b/source/ap/libx86/lrmi.c.diff
new file mode 100644
index 000000000..24f4510ff
--- /dev/null
+++ b/source/ap/libx86/lrmi.c.diff
@@ -0,0 +1,18 @@
+# Patch from Gentoo: http://bugs.gentoo.org/235599
+
+--- old/lrmi.c 2006-10-30 21:10:16.000000000 +0100
++++ new/lrmi.c 2008-08-27 11:32:40.000000000 +0200
+@@ -64,6 +64,13 @@
+ #define DEFAULT_STACK_SIZE 0x1000
+ #define RETURN_TO_32_INT 255
+
++#ifndef IF_MASK
++#define IF_MASK X86_EFLAGS_VIF
++#define IOPL_MASK X86_EFLAGS_IOPL
++#define VIF_MASK X86_EFLAGS_VIF
++#define TF_MASK X86_EFLAGS_TF
++#endif
++
+ #if defined(__linux__)
+ #define CONTEXT_REGS context.vm.regs
+ #define REG(x)