X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=init%2Fmain.c;h=6bf83afd654da44b5b52383a4697d4d98e0ff6fa;hb=1d8ce7bc4d05b4a5c04dc17f92fef26989fb5935;hp=6441083f827355108980280d7c7dd08f1ec16f5e;hpb=3a450de1365d20afde406f0d9b2931a5e4a4fd6a;p=linux-2.6-omap-h63xx.git diff --git a/init/main.c b/init/main.c index 6441083f827..6bf83afd654 100644 --- a/init/main.c +++ b/init/main.c @@ -98,7 +98,7 @@ static inline void mark_rodata_ro(void) { } extern void tc_init(void); #endif -enum system_states system_state; +enum system_states system_state __read_mostly; EXPORT_SYMBOL(system_state); /* @@ -464,6 +464,7 @@ static noinline void __init_refok rest_init(void) * at least once to get things moving: */ init_idle_bootup_task(current); + rcu_scheduler_starting(); preempt_enable_no_resched(); schedule(); preempt_disable();