]> Git Repo - linux.git/commitdiff
arm64: Remove TIF_POLLING_NRFLAG
authorPeter Zijlstra <[email protected]>
Fri, 9 May 2014 17:04:00 +0000 (19:04 +0200)
committerIngo Molnar <[email protected]>
Thu, 22 May 2014 08:22:58 +0000 (10:22 +0200)
The only idle method for arm64 is WFI and it therefore
unconditionally requires the reschedule interrupt when idle.

Suggested-by: Catalin Marinas <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/arm64/include/asm/thread_info.h

index 720e70b66ffdcf6eff60efc964c32e9a0584325b..7b8e3a2a00fb3e54214c44d663e6cb37720c7d67 100644 (file)
@@ -95,13 +95,11 @@ static inline struct thread_info *current_thread_info(void)
  *  TIF_NEED_RESCHED   - rescheduling necessary
  *  TIF_NOTIFY_RESUME  - callback before returning to user
  *  TIF_USEDFPU                - FPU was used by this task this quantum (SMP)
- *  TIF_POLLING_NRFLAG - true if poll_idle() is polling TIF_NEED_RESCHED
  */
 #define TIF_SIGPENDING         0
 #define TIF_NEED_RESCHED       1
 #define TIF_NOTIFY_RESUME      2       /* callback before returning to user */
 #define TIF_SYSCALL_TRACE      8
-#define TIF_POLLING_NRFLAG     16
 #define TIF_MEMDIE             18      /* is terminating due to OOM killer */
 #define TIF_FREEZE             19
 #define TIF_RESTORE_SIGMASK    20
This page took 0.059034 seconds and 4 git commands to generate.