aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r--kernel/workqueue.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 7ff5dc7d2ac5..16e13d8628a3 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -320,8 +320,7 @@ static bool wq_debug_force_rr_cpu = false;
320module_param_named(debug_force_rr_cpu, wq_debug_force_rr_cpu, bool, 0644); 320module_param_named(debug_force_rr_cpu, wq_debug_force_rr_cpu, bool, 0644);
321 321
322/* the per-cpu worker pools */ 322/* the per-cpu worker pools */
323static DEFINE_PER_CPU_SHARED_ALIGNED(struct worker_pool [NR_STD_WORKER_POOLS], 323static DEFINE_PER_CPU_SHARED_ALIGNED(struct worker_pool [NR_STD_WORKER_POOLS], cpu_worker_pools);
324 cpu_worker_pools);
325 324
326static DEFINE_IDR(worker_pool_idr); /* PR: idr of all pools */ 325static DEFINE_IDR(worker_pool_idr); /* PR: idr of all pools */
327 326