]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/thread_info.h
[ARM] 3676/1: ARM: OMAP: Fix dmtimers and timer32k to compile on OMAP1
[linux-2.6-omap-h63xx.git] / 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;