]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[S390] dont use kthread for smp_rescan_cpus().
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 1 Aug 2008 14:39:23 +0000 (16:39 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 1 Aug 2008 14:39:36 +0000 (16:39 +0200)
commitfc7e1e4b1ca69109d0f694e47ef2328dcb0ebe6e
tree2435a59d78c10b5bd475f126cbed3251c99bd781
parent26f746f3e3bb44b37a894318aa8e808b914ad663
[S390] dont use kthread for smp_rescan_cpus().

Since git commit 3da1c84c00c7e5fa8348336bd8c342f9128b0f14
"workqueues: make get_online_cpus() useable for work->func()"
it is safe to call get_online_cpus() from workqueue context.
So remove the kthread workaround again.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/char/sclp_config.c