Move source tree closer to the 2.6.32.17 mainline
/arch/x86/power/cpu.c
blob:eeeb52276271e1e3d8759e0d59100ae9eff91405 -> blob:fa0f651c573eb596eb4397d3fb95f55d5637b8f9
--- arch/x86/power/cpu.c
+++ arch/x86/power/cpu.c
@@ -112,6 +112,7 @@ static void __save_processor_state(struc
void save_processor_state(void)
{
__save_processor_state(&saved_context);
+ save_sched_clock_state();
}
#ifdef CONFIG_X86_32
EXPORT_SYMBOL(save_processor_state);
@@ -253,6 +254,7 @@ static void __restore_processor_state(st
void restore_processor_state(void)
{
__restore_processor_state(&saved_context);
+ restore_sched_clock_state();
}
#ifdef CONFIG_X86_32
EXPORT_SYMBOL(restore_processor_state);