X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=init%2Fmain.c;h=6bf83afd654da44b5b52383a4697d4d98e0ff6fa;hb=6e15cf04860074ad032e88c306bea656bbdd0f22;hp=6441083f827355108980280d7c7dd08f1ec16f5e;hpb=881c47760bc66b43360337da37d2a9de4af865b0;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();