|
@@ -24,7 +24,7 @@ struct exec_domain;
|
|
|
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 status; /* thread synchronous flags */
|
|
|
__u32 cpu; /* current CPU */
|
|
|
int preempt_count; /* 0 => preemptable,
|