]> err.no Git - linux-2.6/blobdiff - include/asm-arm/thread_info.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6
[linux-2.6] / include / asm-arm / thread_info.h
index 66c585c50cf910c5928739272ee9057f3432fa5c..8252a4cd860f114557fe731e6dd4e2bf726123a5 100644 (file)
@@ -49,7 +49,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 */