This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / threads.h
index 4243c55..047e28b 100644 (file)
@@ -30,6 +30,6 @@
 /*
  * A maximum of 4 million PIDs should be enough for a while:
  */
-#define PID_MAX_LIMIT (sizeof(long) > 4 ? 4*1024*1024 : PID_MAX_DEFAULT)
+#define PID_MAX_LIMIT (4*1024*1024)
 
 #endif