]> err.no Git - linux-2.6/blobdiff - include/asm-sh/thread_info.h
[ARM] 3501/1: i.MX: fix lowlevel debug macros
[linux-2.6] / include / asm-sh / thread_info.h
index 85f0c11b4319e111a6135e5e20c4a0c301e7cac1..7345350d98c0c2fe16a3b6029c0f071e1a2fd157 100644 (file)
@@ -18,7 +18,7 @@
 struct thread_info {
        struct task_struct      *task;          /* main task structure */
        struct exec_domain      *exec_domain;   /* execution domain */
-       __u32                   flags;          /* low level flags */
+       unsigned long           flags;          /* low level flags */
        __u32                   cpu;
        int                     preempt_count; /* 0 => preemptable, <0 => BUG */
        struct restart_block    restart_block;