]> err.no Git - linux-2.6/blobdiff - include/asm-arm26/thread_info.h
[PATCH] vt: fix possible memory corruption in complement_pos
[linux-2.6] / 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 */