X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=init%2Fmain.c;h=83697e160b3a786d3d91c14000f116a441f61bfc;hb=97218a1499391b174ea95e05b7a40fbb73e79813;hp=844209453c02c2248114972fca3f0fcddbdf513d;hpb=7f46b1343f723f98634a5dcee47856b2000079ed;p=linux-2.6-omap-h63xx.git diff --git a/init/main.c b/init/main.c index 844209453c0..83697e160b3 100644 --- a/init/main.c +++ b/init/main.c @@ -97,7 +97,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); /* @@ -463,6 +463,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();