diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c index 4206454734e09d464d34a5c5a3bd86a6b51cfa9d..9dfb5ff24209be91f2a3bd87048ab130c46ae2dd 100644 --- a/fs/proc/task_mmu.c +++ b/fs/proc/task_mmu.c @@ -527,13 +527,21 @@ struct pagemapread { char __user *out, *end; }; -#define PM_ENTRY_BYTES sizeof(u64) -#define PM_RESERVED_BITS 3 -#define PM_RESERVED_OFFSET (64 - PM_RESERVED_BITS) -#define PM_RESERVED_MASK (((1LL<