aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/thunk_64.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/thunk_64.S')
-rw-r--r--arch/x86/lib/thunk_64.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/lib/thunk_64.S b/arch/x86/lib/thunk_64.S
index 92d9feaff42b..b30b5ebd614a 100644
--- a/arch/x86/lib/thunk_64.S
+++ b/arch/x86/lib/thunk_64.S
@@ -38,6 +38,13 @@
38 THUNK lockdep_sys_exit_thunk,lockdep_sys_exit 38 THUNK lockdep_sys_exit_thunk,lockdep_sys_exit
39#endif 39#endif
40 40
41#ifdef CONFIG_PREEMPT
42 THUNK ___preempt_schedule, preempt_schedule
43#ifdef CONFIG_CONTEXT_TRACKING
44 THUNK ___preempt_schedule_context, preempt_schedule_context
45#endif
46#endif
47
41 /* SAVE_ARGS below is used only for the .cfi directives it contains. */ 48 /* SAVE_ARGS below is used only for the .cfi directives it contains. */
42 CFI_STARTPROC 49 CFI_STARTPROC
43 SAVE_ARGS 50 SAVE_ARGS