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 32b1091f21ef..e858e93886e3 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -823,7 +823,7 @@ static int __devinit workqueue_cpu_callback(struct notifier_block *nfb, | |||
823 | return NOTIFY_OK; | 823 | return NOTIFY_OK; |
824 | } | 824 | } |
825 | 825 | ||
826 | void init_workqueues(void) | 826 | void __init init_workqueues(void) |
827 | { | 827 | { |
828 | cpu_populated_map = cpu_online_map; | 828 | cpu_populated_map = cpu_online_map; |
829 | singlethread_cpu = first_cpu(cpu_possible_map); | 829 | singlethread_cpu = first_cpu(cpu_possible_map); |