]> git.karo-electronics.de Git - karo-tx-linux.git/commit
workqueue: move gcwq_associate() under CPU hotplug section
authorTejun Heo <tj@kernel.org>
Thu, 6 Sep 2012 19:59:59 +0000 (12:59 -0700)
committerTejun Heo <tj@kernel.org>
Thu, 6 Sep 2012 20:02:42 +0000 (13:02 -0700)
commitf3b57042feab077e340da166f0a0329793e94a16
treefb7a6e14243251c1827c195ab84078d3079aa8ff
parentbc1b50b2ed57766383c09b90ddbc8e51de6c8ebc
workqueue: move gcwq_associate() under CPU hotplug section

gcwq_associate() is now more involved with CPU hotplug and its current
location requires forward declarations of
gcwq_claim/release_management().  Move it under CPU hotplug section
and remove the prototypes.

This patch is pure relocation.  Nothing else changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/workqueue.c