OSDN Git Service

preempt: Make PREEMPT_ACTIVE generic
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / um / include / asm / thread_info.h
index 2c8eeb2..1c5b2a8 100644 (file)
@@ -60,8 +60,6 @@ static inline struct thread_info *current_thread_info(void)
 
 #endif
 
-#define PREEMPT_ACTIVE         0x10000000
-
 #define TIF_SYSCALL_TRACE      0       /* syscall trace active */
 #define TIF_SIGPENDING         1       /* signal pending */
 #define TIF_NEED_RESCHED       2       /* rescheduling necessary */