summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Kuznetsov <vadimk@gentoo.org>2012-03-26 15:47:54 -0400
committerVadim Kuznetsov <vadimk@gentoo.org>2012-03-26 15:47:54 -0400
commitb8cd1aeece72954fe1753b2bb078755b84ab40e3 (patch)
tree5d1e99f568c8055dc6ff8f362fb721855ce9d602 /app-emulation/vmware-modules/files/264-apic.patch
parentudev rules (diff)
downloadvmware-b8cd1aeece72954fe1753b2bb078755b84ab40e3.tar.gz
vmware-b8cd1aeece72954fe1753b2bb078755b84ab40e3.tar.bz2
vmware-b8cd1aeece72954fe1753b2bb078755b84ab40e3.zip
added apic patch. bug 404089.
modified: Manifest new file: files/264-apic.patch deleted: files/apic.patch modified: vmware-modules-264.2-r1.ebuild
Diffstat (limited to 'app-emulation/vmware-modules/files/264-apic.patch')
-rw-r--r--app-emulation/vmware-modules/files/264-apic.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/files/264-apic.patch b/app-emulation/vmware-modules/files/264-apic.patch
new file mode 100644
index 0000000..66cd459
--- /dev/null
+++ b/app-emulation/vmware-modules/files/264-apic.patch
@@ -0,0 +1,12 @@
+diff --git a/vmmon-only/linux/hostif.c b/vmmon-only/linux/hostif.c
+index f1f4b10..c43242f 100644
+--- a/vmmon-only/linux/hostif.c
++++ b/vmmon-only/linux/hostif.c
+@@ -55,6 +55,7 @@
+ #include <linux/kthread.h>
+ #include <linux/wait.h>
+
++#include <asm/apic.h>
+
+ #include "vmware.h"
+ #include "x86apic.h"