Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[cascardo/linux.git] / include / linux / thread_info.h
index e2d0fd8..45f004e 100644 (file)
@@ -15,7 +15,7 @@ struct compat_timespec;
 
 #ifdef CONFIG_THREAD_INFO_IN_TASK
 struct thread_info {
-       u32                     flags;          /* low level flags */
+       unsigned long           flags;          /* low level flags */
 };
 
 #define INIT_THREAD_INFO(tsk)                  \