summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2002-05-23 02:43:51 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2002-05-23 02:43:51 +0100
commitdf242954643a5483019b9a4d17fc9efd4c1ec019 (patch)
tree9b15fa0c4efa8c1531f0e531d5dddf3ebab966f1 /include
parent8e206637c86fec3e38480aa5bad4e8c8295365ca (diff)
[ARM] Miscellaneous
- Use definitions where possible. - Fix various errors in comments. - Fix missing max_pfn initialisation. - Add missing device.h and errno.h include files. - Ensure thread->flags is unsigned long for bitops.
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/thread_info.h2
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 */