diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/thread_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/thread_info.h b/include/asm-arm/thread_info.h index ede2ac4359b1..154a688c170f 100644 --- a/include/asm-arm/thread_info.h +++ b/include/asm-arm/thread_info.h @@ -28,7 +28,7 @@ typedef unsigned long mm_segment_t; /* domain register */ * low level task data that entry.S needs immediate access to. */ struct thread_info { - __u32 flags; /* low level flags */ + unsigned long flags; /* low level flags */ __s32 preempt_count; /* 0 => preemptable, <0 => bug */ mm_segment_t addr_limit; /* address limit */ __u32 cpu; /* cpu */ |
