diff options
Diffstat (limited to 'app-emulation/vmware-modules/files/308-4.08-00-nr_anon_mapped.patch')
-rw-r--r-- | app-emulation/vmware-modules/files/308-4.08-00-nr_anon_mapped.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-emulation/vmware-modules/files/308-4.08-00-nr_anon_mapped.patch b/app-emulation/vmware-modules/files/308-4.08-00-nr_anon_mapped.patch deleted file mode 100644 index f806ccd..0000000 --- a/app-emulation/vmware-modules/files/308-4.08-00-nr_anon_mapped.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -uprNb a/vmmon-only/linux/hostif.c b/vmmon-only/linux/hostif.c ---- a/vmmon-only/linux/hostif.c 2016-08-13 16:54:18.935207507 +0300 -+++ b/vmmon-only/linux/hostif.c 2016-08-13 16:53:52.981424256 +0300 -@@ -140,6 +140,10 @@ static DECLARE_TASKLET(timerTasklet, Hos - */ - #define LOCKED_PAGE_SLACK 10000 - -+#if LINUX_VERSION_CODE > KERNEL_VERSION(4, 7, 99) -+#define NR_ANON_PAGES NR_ANON_MAPPED -+#endif -+ - static struct { - Atomic_uint64 uptimeBase; - VersionedAtomic version; |