From: Thomas Gleixner Date: Mon, 16 Jul 2012 10:42:36 +0000 (+0000) Subject: kthread: Implement park/unpark facility X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~101^2~1^2~1^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1d446019f9a5983ec5a335b95e8593fdb6fa2e;p=pandora-kernel.git kthread: Implement park/unpark facility To avoid the full teardown/setup of per cpu kthreads in the case of cpu hot(un)plug, provide a facility which allows to put the kthread into a park position and unpark it when the cpu comes online again. Signed-off-by: Thomas Gleixner Reviewed-by: Namhyung Kim Cc: Peter Zijlstra Reviewed-by: Srivatsa S. Bhat Cc: Rusty Russell Reviewed-by: Paul E. McKenney Link: http://lkml.kernel.org/r/20120716103948.236618824@linutronix.de Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed