Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298570
b: refs/heads/master
c: dba69d1
h: refs/heads/master
v: v3
  • Loading branch information
Marcelo Tosatti authored and Ingo Molnar committed Apr 2, 2012
1 parent e1b6a7c commit 4a15b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c0e9afc0da6cb0f11497e5ea83377b3c451450e0
refs/heads/master: dba69d1092e291e257fb5673a3ad0e4c87878ebc
2 changes: 1 addition & 1 deletion trunk/arch/x86/power/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,13 @@ static void __restore_processor_state(struct saved_context *ctxt)
fix_processor_context();

do_fpu_end();
x86_platform.restore_sched_clock_state();
mtrr_bp_restore();
}

/* Needed by apm.c */
void restore_processor_state(void)
{
x86_platform.restore_sched_clock_state();
__restore_processor_state(&saved_context);
}
#ifdef CONFIG_X86_32
Expand Down

0 comments on commit 4a15b3e

Please sign in to comment.