cleanup_workqueue_thread: remove the unneeded "cpu" parameter
authorOleg Nesterov <oleg@tv-sign.ru>
Tue, 29 Apr 2008 08:00:28 +0000 (01:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:11 +0000 (08:06 -0700)
commit1e35eaa2d86419470f3f3aed9acd85b8addff25c
tree4cea78468e4789dcd64a4c38100e010994f1b4ff
parent00dfcaf748f46de89efe41baa298b5cf9adda67e
cleanup_workqueue_thread: remove the unneeded "cpu" parameter

cleanup_workqueue_thread() doesn't need the second argument, remove it.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/workqueue.c