[PATCH] streamline preempt_count type across archs
[deliverable/linux.git] / include / asm-arm26 / thread_info.h
index 50f41b50268a097140abcdf453138d0e550803c9..aff3e5699c64cfd79f1ea1f3624e2d094a947877 100644 (file)
@@ -44,7 +44,7 @@ struct cpu_context_save {
  */
 struct thread_info {
        unsigned long           flags;          /* low level flags */
-       __s32                   preempt_count;  /* 0 => preemptable, <0 => bug */
+       int                     preempt_count;  /* 0 => preemptable, <0 => bug */
        mm_segment_t            addr_limit;     /* address limit */
        struct task_struct      *task;          /* main task structure */
        struct exec_domain      *exec_domain;   /* execution domain */
This page took 0.196559 seconds and 5 git commands to generate.