aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/thread_info.h
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2021-10-17 18:53:31 +0200
committerHelge Deller <deller@gmx.de>2021-11-01 07:36:00 +0100
commit3759778e6b8c0d547d77f681a7779edccdf1710a (patch)
tree74ee5e8b5ea37fa4f2a035aac86d031dbd58f640 /arch/parisc/include/asm/thread_info.h
parentparisc: Drop ifdef __KERNEL__ from non-uapi kernel headers (diff)
downloadlinux-dev-3759778e6b8c0d547d77f681a7779edccdf1710a.tar.xz
linux-dev-3759778e6b8c0d547d77f681a7779edccdf1710a.zip
parisc: enhance warning regarding usage of O_NONBLOCK
Instead of showing only the very first application which needs recompile, show all of them, but print them only once. Includes typo fix noticed by Colin Ian King. Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Diffstat (limited to 'arch/parisc/include/asm/thread_info.h')
-rw-r--r--arch/parisc/include/asm/thread_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/thread_info.h b/arch/parisc/include/asm/thread_info.h
index 444588443c04..75657c2c54e1 100644
--- a/arch/parisc/include/asm/thread_info.h
+++ b/arch/parisc/include/asm/thread_info.h
@@ -48,6 +48,7 @@ struct thread_info {
#define TIF_BLOCKSTEP 10 /* branch stepping? */
#define TIF_SECCOMP 11 /* secure computing */
#define TIF_SYSCALL_TRACEPOINT 12 /* syscall tracepoint instrumentation */
+#define TIF_NONBLOCK_WARNING 13 /* warned about wrong O_NONBLOCK usage */
#define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
#define _TIF_SIGPENDING (1 << TIF_SIGPENDING)