Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264178
b: refs/heads/master
c: d5767c5
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Sep 28, 2011
1 parent 9f92f19 commit aa2e78e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 2ef7b45a5925c54d948f858e42babb0533b9a3c5
refs/heads/master: d5767c53535ac79758084773418e0ad186aba4a2
4 changes: 1 addition & 3 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,6 @@ static noinline void __init_refok rest_init(void)
preempt_enable_no_resched();
schedule();

/* At this point, we can enable user mode helper functionality */
usermodehelper_enable();

/* Call into cpu_idle with preempt disabled */
preempt_disable();
cpu_idle();
Expand Down Expand Up @@ -734,6 +731,7 @@ static void __init do_basic_setup(void)
init_irq_proc();
do_ctors();
do_initcalls();
usermodehelper_enable();
}

static void __init do_pre_smp_initcalls(void)
Expand Down

0 comments on commit aa2e78e

Please sign in to comment.