diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2009-10-17 19:09:09 -0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2009-10-17 19:12:33 -0400 |
commit | 0f8f86c7bdd1c954fbe153af437a0d91a6c5721a (patch) | |
tree | 94a8d419a470a4f9852ca397bb9bbe48db92ff5c /arch/x86/power | |
parent | dca2d6ac09d9ef59ff46820d4f0c94b08a671202 (diff) | |
parent | f39cdf25bf77219676ec5360980ac40b1a7e144a (diff) |
Merge commit 'perf/core' into perf/hw-breakpoint
Conflicts:
kernel/Makefile
kernel/trace/Makefile
kernel/trace/trace.h
samples/Makefile
Merge reason: We need to be uptodate with the perf events development
branch because we plan to rewrite the breakpoints API on top of
perf events.
Diffstat (limited to 'arch/x86/power')
-rw-r--r-- | arch/x86/power/cpu.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/power/cpu.c b/arch/x86/power/cpu.c index 9e63db8cdee4..e09a44fc4664 100644 --- a/arch/x86/power/cpu.c +++ b/arch/x86/power/cpu.c | |||
@@ -224,11 +224,7 @@ static void __restore_processor_state(struct saved_context *ctxt) | |||
224 | fix_processor_context(); | 224 | fix_processor_context(); |
225 | 225 | ||
226 | do_fpu_end(); | 226 | do_fpu_end(); |
227 | mtrr_ap_init(); | 227 | mtrr_bp_restore(); |
228 | |||
229 | #ifdef CONFIG_X86_OLD_MCE | ||
230 | mcheck_init(&boot_cpu_data); | ||
231 | #endif | ||
232 | } | 228 | } |
233 | 229 | ||
234 | /* Needed by apm.c */ | 230 | /* Needed by apm.c */ |