Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[deliverable/linux.git] / arch / x86 / power / cpu.c
index 424f4c97a44d5d1a76aa991928575f798172f781..6ec7910f59bfe2e0b831eedd772b36a5c5cebc35 100644 (file)
@@ -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);
 }
This page took 0.029525 seconds and 5 git commands to generate.