All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/6] workqueue: make init_workqueues() __init
@ 2007-02-06 23:31 Oleg Nesterov
  0 siblings, 0 replies; only message in thread
From: Oleg Nesterov @ 2007-02-06 23:31 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Ingo Molnar, linux-kernel

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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-06 23:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-06 23:31 [PATCH 6/6] workqueue: make init_workqueues() __init Oleg Nesterov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.