Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 591284 | Differences between
and this patch

Collapse All | Expand All

(-)a/vmmon-only/linux/hostif.c (+4 lines)
Lines 140-145 static DECLARE_TASKLET(timerTasklet, Hos Link Here
140
 */
140
 */
141
#define LOCKED_PAGE_SLACK 10000
141
#define LOCKED_PAGE_SLACK 10000
142
142
143
#if LINUX_VERSION_CODE > KERNEL_VERSION(4, 7, 0)
144
#define NR_ANON_PAGES NR_ANON_MAPPED
145
#endif
146
143
static struct {
147
static struct {
144
   Atomic_uint64     uptimeBase;
148
   Atomic_uint64     uptimeBase;
145
   VersionedAtomic   version;
149
   VersionedAtomic   version;

Return to bug 591284