File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ config X86
211
211
select HAVE_STACK_VALIDATION if X86_64
212
212
select HAVE_RSEQ
213
213
select HAVE_SYSCALL_TRACEPOINTS
214
- select HAVE_TIF_NOHZ if X86_64
215
214
select HAVE_UNSTABLE_SCHED_CLOCK
216
215
select HAVE_USER_RETURN_NOTIFIER
217
216
select HAVE_GENERIC_VDSO
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ struct thread_info {
92
92
#define TIF_NOCPUID 15 /* CPUID is not accessible in userland */
93
93
#define TIF_NOTSC 16 /* TSC is not accessible in userland */
94
94
#define TIF_IA32 17 /* IA32 compatibility process */
95
- #define TIF_NOHZ 19 /* in adaptive nohz mode */
96
95
#define TIF_MEMDIE 20 /* is terminating due to OOM killer */
97
96
#define TIF_POLLING_NRFLAG 21 /* idle is polling for TIF_NEED_RESCHED */
98
97
#define TIF_IO_BITMAP 22 /* uses I/O bitmap */
@@ -122,7 +121,6 @@ struct thread_info {
122
121
#define _TIF_NOCPUID (1 << TIF_NOCPUID)
123
122
#define _TIF_NOTSC (1 << TIF_NOTSC)
124
123
#define _TIF_IA32 (1 << TIF_IA32)
125
- #define _TIF_NOHZ (1 << TIF_NOHZ)
126
124
#define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
127
125
#define _TIF_IO_BITMAP (1 << TIF_IO_BITMAP)
128
126
#define _TIF_FORCED_TF (1 << TIF_FORCED_TF)
You can’t perform that action at this time.
0 commit comments