Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117083
b: refs/heads/master
c: a802dd0
h: refs/heads/master
i:
  117081: b551e87
  117079: ff96003
v: v3
  • Loading branch information
Heiko Carstens authored and Rusty Russell committed Oct 21, 2008
1 parent 0ee00ae commit 594db92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f44dd164f37336f7e17fabf5740698fd10635172
refs/heads/master: a802dd0eb5fc97a50cf1abb1f788a8f6cc5db635
4 changes: 2 additions & 2 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,6 @@ static void __init do_initcalls(void)
static void __init do_basic_setup(void)
{
rcu_init_sched(); /* needed by module_init stage. */
/* drivers will send hotplug events */
init_workqueues();
usermodehelper_init();
driver_init();
init_irq_proc();
Expand Down Expand Up @@ -852,6 +850,8 @@ static int __init kernel_init(void * unused)

cad_pid = task_pid(current);

init_workqueues();

smp_prepare_cpus(setup_max_cpus);

do_pre_smp_initcalls();
Expand Down

0 comments on commit 594db92

Please sign in to comment.