smpboot, idle: Fix comment mismatch over idle_threads_init()
authorSrivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Thu, 24 May 2012 15:11:00 +0000 (20:41 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 24 May 2012 20:58:08 +0000 (22:58 +0200)
commit4a70d2d9909b43ed88043b98cabe2c7fbd563021
tree380c5c2a4c2826b5275fae15eb91c78d8ead6467
parentee74d13229fb606353ff56f4927fa93b37e95bbe
smpboot, idle: Fix comment mismatch over idle_threads_init()

The comment over idle_threads_init() really talks about the functionality
of idle_init(). Move that comment to idle_init(), and add a suitable
comment over idle_threads_init().

Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Cc: suresh.b.siddha@intel.com
Cc: venki@google.com
Cc: nikunj@linux.vnet.ibm.com
Link: http://lkml.kernel.org/r/20120524151100.2549.66501.stgit@srivatsabhat.in.ibm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/smpboot.c