X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh%2Fthread_info.h;h=85f0c11b4319e111a6135e5e20c4a0c301e7cac1;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=7345350d98c0c2fe16a3b6029c0f071e1a2fd157;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/asm-sh/thread_info.h b/include/asm-sh/thread_info.h index 7345350d9..85f0c11b4 100644 --- a/include/asm-sh/thread_info.h +++ b/include/asm-sh/thread_info.h @@ -18,7 +18,7 @@ struct thread_info { struct task_struct *task; /* main task structure */ struct exec_domain *exec_domain; /* execution domain */ - unsigned long flags; /* low level flags */ + __u32 flags; /* low level flags */ __u32 cpu; int preempt_count; /* 0 => preemptable, <0 => BUG */ struct restart_block restart_block;