]> err.no Git - linux-2.6/blobdiff - include/asm-m68k/thread_info.h
[PATCH] cpuset semaphore depth check optimize
[linux-2.6] / include / asm-m68k / thread_info.h
index 5f58939c59db7f8d378518e172a52ec0f03fbd51..2aed24f6fd2e75a1193036f4f14ab0bbe22eb0bd 100644 (file)
@@ -8,7 +8,7 @@
 struct thread_info {
        struct task_struct      *task;          /* main task structure */
        struct exec_domain      *exec_domain;   /* execution domain */
-       __s32                   preempt_count; /* 0 => preemptable, <0 => BUG */
+       int                     preempt_count;  /* 0 => preemptable, <0 => BUG */
        __u32 cpu; /* should always be 0 on m68k */
        struct restart_block    restart_block;