Re: [v4.1-rt PATCH] RM: lazy-preempt: add missed TIF_NEED_RESCHED_LAZY to _TIF_WORK_MASK

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Pls, ignore this.

On 08/12/2016 08:14 PM, Grygorii Strashko wrote:
From: Grygorii Strashko <grygorii.strashko@xxxxxxxxxx>

The flag TIF_NEED_RESCHED_LAZY is missed in _TIF_WORK_MASK [1], so add it.

[1] http://www.spinics.net/lists/linux-rt-users/msg14450.html

Signed-off-by: Grygorii Strashko <grygorii.strashko@xxxxxxxxxx>
---
 arch/arm/include/asm/thread_info.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/thread_info.h b/arch/arm/include/asm/thread_info.h
index b5a6163..bc99bd3 100644
--- a/arch/arm/include/asm/thread_info.h
+++ b/arch/arm/include/asm/thread_info.h
@@ -178,7 +178,8 @@ extern int vfp_restore_user_hwstate(struct user_vfp __user *,
  * Change these and you break ASM code in entry-common.S
  */
 #define _TIF_WORK_MASK		(_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
-				 _TIF_NOTIFY_RESUME | _TIF_UPROBE)
+				 _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
+				 _TIF_NEED_RESCHED_LAZY)

 #endif /* __KERNEL__ */
 #endif /* __ASM_ARM_THREAD_INFO_H */



--
regards,
-grygorii
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux