Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80315
b: refs/heads/master
c: 30d432d
h: refs/heads/master
i:
  80313: c5aad15
  80311: e8e603f
v: v3
  • Loading branch information
Andi Kleen authored and Ingo Molnar committed Jan 30, 2008
1 parent 2991605 commit d44e144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f6e8e28410c017adb273983057023a17a8791ad3
refs/heads/master: 30d432dfab2bcfd021d352e2058fae6b9405caeb
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/cpu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ void __cpuinit identify_cpu(struct cpuinfo_x86 *c)

/* Init Machine Check Exception if available. */
mcheck_init(c);

select_idle_routine(c);
}

void __init identify_boot_cpu(void)
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/x86/kernel/cpu/intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ static void __cpuinit init_intel(struct cpuinfo_x86 *c)
}
#endif

select_idle_routine(c);
l2 = init_intel_cacheinfo(c);
if (c->cpuid_level > 9 ) {
unsigned eax = cpuid_eax(10);
Expand Down

0 comments on commit d44e144

Please sign in to comment.