]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - init/main.c
main: kernel_start: move housekeeping_init() before workqueue_init_early()
authorTal Shorer <tal.shorer@gmail.com>
Fri, 3 Nov 2017 15:27:49 +0000 (17:27 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 27 Nov 2017 16:56:57 +0000 (08:56 -0800)
commit7d229c668a114e80d6be62b00e21a73bdd9ba7b3
treed1b9bb3f661e7d8c53fc6491b29f5ad4bfdd4977
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
main: kernel_start: move housekeeping_init() before workqueue_init_early()

This is needed in order to allow the unbound workqueue to take
housekeeping cpus into accounty

Signed-off-by: Tal Shorer <tal.shorer@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
init/main.c