diff options
-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 9ca34cddaf6d..da6c482944d7 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -2568,7 +2568,7 @@ EXPORT_SYMBOL(schedule_delayed_work_on); | |||
2568 | int schedule_on_each_cpu(work_func_t func) | 2568 | int schedule_on_each_cpu(work_func_t func) |
2569 | { | 2569 | { |
2570 | int cpu; | 2570 | int cpu; |
2571 | struct work_struct *works; | 2571 | struct work_struct __percpu *works; |
2572 | 2572 | ||
2573 | works = alloc_percpu(struct work_struct); | 2573 | works = alloc_percpu(struct work_struct); |
2574 | if (!works) | 2574 | if (!works) |