From: Al Viro Date: Thu, 24 May 2012 07:12:25 +0000 (-0400) Subject: h8300: trim _TIF_WORK_MASK X-Git-Tag: next-20120910~4^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=15c68be04c8c4a85e60d8d943d791f6f43fe1840;p=karo-tx-linux.git h8300: trim _TIF_WORK_MASK Only the three usual flags (NEED_RESCHED/SIGPENDING/NOTIFY_RESUME) are looked at in the code checking _TIF_WORK_MASK on that one. Signed-off-by: Al Viro --- diff --git a/arch/h8300/include/asm/thread_info.h b/arch/h8300/include/asm/thread_info.h index 63cc298edb67..ec2f7777c65a 100644 --- a/arch/h8300/include/asm/thread_info.h +++ b/arch/h8300/include/asm/thread_info.h @@ -95,7 +95,8 @@ static inline struct thread_info *current_thread_info(void) #define _TIF_NEED_RESCHED (1<