Skip to content

Commit 1acb224

Browse files
author
Frederic Weisbecker
committed
arm: Remove TIF_NOHZ
Arm entry code calls context tracking from fast path. TIF_NOHZ is unused and can be safely removed. Signed-off-by: Frederic Weisbecker <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Russell King <[email protected]>
1 parent 68d8751 commit 1acb224

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/arm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ config ARM
7272
select HAVE_ARM_SMCCC if CPU_V7
7373
select HAVE_EBPF_JIT if !CPU_ENDIAN_BE32
7474
select HAVE_CONTEXT_TRACKING
75-
select HAVE_TIF_NOHZ
7675
select HAVE_COPY_THREAD_TLS
7776
select HAVE_C_RECORDMCOUNT
7877
select HAVE_DEBUG_KMEMLEAK if !XIP_KERNEL

arch/arm/include/asm/thread_info.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ extern int vfp_restore_user_hwstate(struct user_vfp *,
141141
#define TIF_SYSCALL_TRACEPOINT 6 /* syscall tracepoint instrumentation */
142142
#define TIF_SECCOMP 7 /* seccomp syscall filtering active */
143143

144-
#define TIF_NOHZ 12 /* in adaptive nohz mode */
145144
#define TIF_USING_IWMMXT 17
146145
#define TIF_MEMDIE 18 /* is terminating due to OOM killer */
147146
#define TIF_RESTORE_SIGMASK 20

0 commit comments

Comments
 (0)