X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fthreads.h;h=b59738ac619734fb8c077cef8c4c70ac03a3aebc;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=e646bcdf26142fd55998efd116089b11346deb3a;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/linux/threads.h b/include/linux/threads.h index e646bcdf2..b59738ac6 100644 --- a/include/linux/threads.h +++ b/include/linux/threads.h @@ -28,8 +28,7 @@ #define PID_MAX_DEFAULT (CONFIG_BASE_SMALL ? 0x1000 : 0x8000) /* - * A maximum of 4 million PIDs should be enough for a while. - * [NOTE: PID/TIDs are limited to 2^29 ~= 500+ million, see futex.h.] + * A maximum of 4 million PIDs should be enough for a while: */ #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : \ (sizeof(long) > 4 ? 4 * 1024 * 1024 : PID_MAX_DEFAULT))