Gentoo Archives: gentoo-commits

From: "Vadim Kuznetsov (vadimk)" <vadimk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-modules/files: 264-apic.patch
Date: Mon, 07 May 2012 13:20:07
Message-Id: 20120507131952.7D1E02004B@flycatcher.gentoo.org
1 vadimk 12/05/07 13:19:52
2
3 Added: 264-apic.patch
4 Log:
5 missing patch. Bug 414831
6
7 (Portage version: 2.1.10.57/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-emulation/vmware-modules/files/264-apic.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/files/264-apic.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vmware-modules/files/264-apic.patch?rev=1.1&content-type=text/plain
14
15 Index: 264-apic.patch
16 ===================================================================
17 diff --git a/vmmon-only/linux/hostif.c b/vmmon-only/linux/hostif.c
18 index f1f4b10..c43242f 100644
19 --- a/vmmon-only/linux/hostif.c
20 +++ b/vmmon-only/linux/hostif.c
21 @@ -55,6 +55,7 @@
22 #include <linux/kthread.h>
23 #include <linux/wait.h>
24
25 +#include <asm/apic.h>
26
27 #include "vmware.h"
28 #include "x86apic.h"