X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh64%2Fthread_info.h;h=10f024c6a2e3724b02982a162080eb0402979cdc;hb=f8e38dde33b839bb9e9f98e88688bfac1811d57a;hp=8a32d6bd0b793b947deab7c6f311b3e6c49d5106;hpb=1c3f45ab2f7f879ea482501c83899505c31f7539;p=linux-2.6 diff --git a/include/asm-sh64/thread_info.h b/include/asm-sh64/thread_info.h index 8a32d6bd0b..10f024c6a2 100644 --- a/include/asm-sh64/thread_info.h +++ b/include/asm-sh64/thread_info.h @@ -22,7 +22,7 @@ struct thread_info { struct exec_domain *exec_domain; /* execution domain */ unsigned long flags; /* low level flags */ /* Put the 4 32-bit fields together to make asm offsetting easier. */ - __s32 preempt_count; /* 0 => preemptable, <0 => BUG */ + int preempt_count; /* 0 => preemptable, <0 => BUG */ __u16 cpu; mm_segment_t addr_limit;