[PATCH 6/6] workqueue: make init_workqueues() __init

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Oleg Nesterov
Date: Tuesday, February 6, 2007 - 4:31 pm

The only caller of init_workqueues() is do_basic_setup().

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>

--- 6.20-rc6-mm3/kernel/workqueue.c~6_init	2007-02-07 02:02:06.000000000 +0300
+++ 6.20-rc6-mm3/kernel/workqueue.c	2007-02-07 02:15:08.000000000 +0300
@@ -820,7 +820,7 @@ static int __devinit workqueue_cpu_callb
 	return NOTIFY_OK;
 }
 
-void init_workqueues(void)
+void __init init_workqueues(void)
 {
 	cpu_populated_map = cpu_online_map;
 	singlethread_cpu = first_cpu(cpu_possible_map);

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 6/6] workqueue: make init_workqueues() __init, Oleg Nesterov, (Tue Feb 6, 4:31 pm)