sched: Remove PREEMPT_NEED_RESCHED from generic code
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / sched.h
index 768b037..96d674b 100644 (file)
@@ -440,8 +440,6 @@ struct task_cputime {
                .sum_exec_runtime = 0,                          \
        }
 
-#define PREEMPT_ENABLED                (PREEMPT_NEED_RESCHED)
-
 #ifdef CONFIG_PREEMPT_COUNT
 #define PREEMPT_DISABLED       (1 + PREEMPT_ENABLED)
 #else