diff options
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r-- | kernel/workqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index da6c482944d7..2994a0e3a61c 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -3527,7 +3527,7 @@ static int __init init_workqueues(void) | |||
3527 | unsigned int cpu; | 3527 | unsigned int cpu; |
3528 | int i; | 3528 | int i; |
3529 | 3529 | ||
3530 | hotcpu_notifier(workqueue_cpu_callback, CPU_PRI_WORKQUEUE); | 3530 | cpu_notifier(workqueue_cpu_callback, CPU_PRI_WORKQUEUE); |
3531 | 3531 | ||
3532 | /* initialize gcwqs */ | 3532 | /* initialize gcwqs */ |
3533 | for_each_gcwq_cpu(cpu) { | 3533 | for_each_gcwq_cpu(cpu) { |