diff options
Diffstat (limited to 'arch/x86/lib')
-rw-r--r-- | arch/x86/lib/thunk_32.S | 4 | ||||
-rw-r--r-- | arch/x86/lib/thunk_64.S | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/arch/x86/lib/thunk_32.S b/arch/x86/lib/thunk_32.S index 5eb715087b80..e407941d0488 100644 --- a/arch/x86/lib/thunk_32.S +++ b/arch/x86/lib/thunk_32.S | |||
@@ -38,8 +38,6 @@ | |||
38 | 38 | ||
39 | #ifdef CONFIG_PREEMPT | 39 | #ifdef CONFIG_PREEMPT |
40 | THUNK ___preempt_schedule, preempt_schedule | 40 | THUNK ___preempt_schedule, preempt_schedule |
41 | #ifdef CONFIG_CONTEXT_TRACKING | 41 | THUNK ___preempt_schedule_notrace, preempt_schedule_notrace |
42 | THUNK ___preempt_schedule_context, preempt_schedule_context | ||
43 | #endif | ||
44 | #endif | 42 | #endif |
45 | 43 | ||
diff --git a/arch/x86/lib/thunk_64.S b/arch/x86/lib/thunk_64.S index f89ba4e93025..2198902329b5 100644 --- a/arch/x86/lib/thunk_64.S +++ b/arch/x86/lib/thunk_64.S | |||
@@ -49,9 +49,7 @@ | |||
49 | 49 | ||
50 | #ifdef CONFIG_PREEMPT | 50 | #ifdef CONFIG_PREEMPT |
51 | THUNK ___preempt_schedule, preempt_schedule | 51 | THUNK ___preempt_schedule, preempt_schedule |
52 | #ifdef CONFIG_CONTEXT_TRACKING | 52 | THUNK ___preempt_schedule_notrace, preempt_schedule_notrace |
53 | THUNK ___preempt_schedule_context, preempt_schedule_context | ||
54 | #endif | ||
55 | #endif | 53 | #endif |
56 | 54 | ||
57 | #if defined(CONFIG_TRACE_IRQFLAGS) \ | 55 | #if defined(CONFIG_TRACE_IRQFLAGS) \ |