pid: cleanup the stale comment mentioning pidmap_init().
[linux-2.6-microblaze.git] / include / linux / threads.h
index 18d5a74..c34173e 100644 (file)
@@ -38,7 +38,7 @@
  * Define a minimum number of pids per cpu.  Heuristically based
  * on original pid max of 32k for 32 cpus.  Also, increase the
  * minimum settable value for pid_max on the running system based
- * on similar defaults.  See kernel/pid.c:pidmap_init() for details.
+ * on similar defaults.  See kernel/pid.c:pid_idr_init() for details.
  */
 #define PIDS_PER_CPU_DEFAULT   1024
 #define PIDS_PER_CPU_MIN       8