Skip to content

Commit

Permalink
Merge branches 'sched/domains' and 'sched/clock' into sched/core
Browse files Browse the repository at this point in the history
Merge reason: both topics are ready now, and we want to merge dependent
              changes.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Sep 4, 2009
3 parents 768d0c2 + 294b0c9 + fa84e9e commit 9aa55fb
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 246 deletions.
2 changes: 1 addition & 1 deletion init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ asmlinkage void __init start_kernel(void)
softirq_init();
timekeeping_init();
time_init();
sched_clock_init();
profile_init();
if (!irqs_disabled())
printk(KERN_CRIT "start_kernel(): bug: interrupts were "
Expand Down Expand Up @@ -682,6 +681,7 @@ asmlinkage void __init start_kernel(void)
numa_policy_init();
if (late_time_init)
late_time_init();
sched_clock_init();
calibrate_delay();
pidmap_init();
anon_vma_init();
Expand Down
Loading

0 comments on commit 9aa55fb

Please sign in to comment.