diff options
Diffstat (limited to 'include/linux/preempt.h')
-rw-r--r-- | include/linux/preempt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/preempt.h b/include/linux/preempt.h index 5bd3f151da78..c01813c3fbe9 100644 --- a/include/linux/preempt.h +++ b/include/linux/preempt.h | |||
@@ -150,7 +150,7 @@ | |||
150 | */ | 150 | */ |
151 | #define in_atomic_preempt_off() (preempt_count() != PREEMPT_DISABLE_OFFSET) | 151 | #define in_atomic_preempt_off() (preempt_count() != PREEMPT_DISABLE_OFFSET) |
152 | 152 | ||
153 | #if defined(CONFIG_DEBUG_PREEMPT) || defined(CONFIG_PREEMPT_TRACER) | 153 | #if defined(CONFIG_DEBUG_PREEMPT) || defined(CONFIG_TRACE_PREEMPT_TOGGLE) |
154 | extern void preempt_count_add(int val); | 154 | extern void preempt_count_add(int val); |
155 | extern void preempt_count_sub(int val); | 155 | extern void preempt_count_sub(int val); |
156 | #define preempt_count_dec_and_test() \ | 156 | #define preempt_count_dec_and_test() \ |