summaryrefslogtreecommitdiff
path: root/init/main.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2023-08-08 04:57:24 +0300
committerTejun Heo <tj@kernel.org>2023-08-08 04:57:24 +0300
commita86feae6195ac2148097b063f7fdad8ee1f6dad4 (patch)
treeefc26cee82429b2edd51316c7d74f8ddc23300e9 /init/main.c
parentfef59c9cab6ac5592da54f6c2b1195418f14e4d0 (diff)
downloadlinux-a86feae6195ac2148097b063f7fdad8ee1f6dad4.tar.xz
workqueue: Move wq_pod_init() below workqueue_init()
wq_pod_init() is called from workqueue_init() and responsible for initializing unbound CPU pods according to NUMA node. Workqueue is in the process of improving affinity awareness and wants to use other topology information to initialize unbound CPU pods; however, unlike NUMA nodes, other topology information isn't yet available in workqueue_init(). The next patch will introduce a later stage init function for workqueue which will be responsible for initializing unbound CPU pods. Relocate wq_pod_init() below workqueue_init() where the new init function is going to be located so that the diff can show the content differences. Just a relocation. No functional changes. Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'init/main.c')
0 files changed, 0 insertions, 0 deletions