Merge commit 'v2.6.29-rc7' into sched/core

This commit is contained in:
Ingo Molnar
2009-03-05 11:59:10 +01:00
124 changed files with 1253 additions and 604 deletions

View File

@@ -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();