diff --git a/[refs] b/[refs] index 986f6f1eb0b5..6be61ac7fba1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e2cdef8c847b480529b7e26991926aab4be008e6 +refs/heads/master: 8462e201756dd3bbe7e542106fc6fd6fe059cee2 diff --git a/trunk/mm/mincore.c b/trunk/mm/mincore.c index 07833dc5829d..72890780c1c9 100644 --- a/trunk/mm/mincore.c +++ b/trunk/mm/mincore.c @@ -118,9 +118,6 @@ asmlinkage long sys_mincore(unsigned long start, size_t len, if (start & ~PAGE_CACHE_MASK) goto einval; - if (start < FIRST_USER_PGD_NR * PGDIR_SIZE) - goto enomem; - limit = TASK_SIZE; if (start >= limit) goto enomem;