X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=init%2Fmain.c;h=03b408dff825aed650ac3ec7a3fea2b7845ff9fd;hb=b0f84374b6ab0dc9c47975df0b02d46165d558d4;hp=2a9b88aa5e7601f83031ed5623dbbb25742dad30;hpb=808bf29b9195c52239b9aaeda7c6082a0ddf07c6;p=pandora-kernel.git diff --git a/init/main.c b/init/main.c index 2a9b88aa5e76..03b408dff825 100644 --- a/init/main.c +++ b/init/main.c @@ -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(); @@ -733,6 +730,7 @@ static void __init do_basic_setup(void) driver_init(); init_irq_proc(); do_ctors(); + usermodehelper_enable(); do_initcalls(); }