]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/mincore.c
[SCSI] cciss: scsi error handling
[linux-2.6-omap-h63xx.git] / mm / mincore.c
index 07833dc5829df353b4d3cbab0c8c0af668b4f7d7..72890780c1c94f0d89740ac5942fbdaa3dbae01b 100644 (file)
@@ -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;