preempt: Use preempt_schedule_context() as the official tracing preemption point
[deliverable/linux.git] / arch / x86 / lib / thunk_64.S
index f89ba4e93025dec7c45480600a0ef567d4696e0a..2198902329b5e893f2f685b1edfce5a60889c66d 100644 (file)
@@ -49,9 +49,7 @@
 
 #ifdef CONFIG_PREEMPT
        THUNK ___preempt_schedule, preempt_schedule
-#ifdef CONFIG_CONTEXT_TRACKING
-       THUNK ___preempt_schedule_context, preempt_schedule_context
-#endif
+       THUNK ___preempt_schedule_notrace, preempt_schedule_notrace
 #endif
 
 #if defined(CONFIG_TRACE_IRQFLAGS) \
This page took 0.026389 seconds and 5 git commands to generate.