|
@@ -165,7 +165,7 @@ static void fix_processor_context(void)
|
|
|
* by __save_processor_state()
|
|
|
* @ctxt - structure to load the registers contents from
|
|
|
*/
|
|
|
-static void __restore_processor_state(struct saved_context *ctxt)
|
|
|
+static void notrace __restore_processor_state(struct saved_context *ctxt)
|
|
|
{
|
|
|
if (ctxt->misc_enable_saved)
|
|
|
wrmsrl(MSR_IA32_MISC_ENABLE, ctxt->misc_enable);
|
|
@@ -239,7 +239,7 @@ static void __restore_processor_state(struct saved_context *ctxt)
|
|
|
}
|
|
|
|
|
|
/* Needed by apm.c */
|
|
|
-void restore_processor_state(void)
|
|
|
+void notrace restore_processor_state(void)
|
|
|
{
|
|
|
__restore_processor_state(&saved_context);
|
|
|
}
|