]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-sh/thread_info.h
Merge branch 'for-linus' from kernel.org:/.../shaggy/jfs-2.6 manually
[karo-tx-linux.git] / include / asm-sh / thread_info.h
index 4bbbd9f3c37e91ad5524133b182d8d3ff3cf5197..46080cefaff896d12e867f76976e7894b84b88fa 100644 (file)
@@ -20,7 +20,7 @@ struct thread_info {
        struct exec_domain      *exec_domain;   /* execution domain */
        __u32                   flags;          /* low level flags */
        __u32                   cpu;
-       __s32                   preempt_count; /* 0 => preemptable, <0 => BUG */
+       int                     preempt_count; /* 0 => preemptable, <0 => BUG */
        struct restart_block    restart_block;
        __u8                    supervisor_stack[0];
 };