X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-ppc64%2Fthread_info.h;h=0494df6fca749b1fa41c0bfd14bb9e6bf3bd26eb;hb=abf914208a1e120446ea4f9bc26406bd3a4579e1;hp=48b7900e90ec2db801de1a22fe50c2b4ff429c33;hpb=0b68177ccd12866d9f19cafad212b861c9d02a8c;p=linux-2.6 diff --git a/include/asm-ppc64/thread_info.h b/include/asm-ppc64/thread_info.h index 48b7900e90..0494df6fca 100644 --- a/include/asm-ppc64/thread_info.h +++ b/include/asm-ppc64/thread_info.h @@ -24,7 +24,7 @@ struct thread_info { struct task_struct *task; /* main task structure */ struct exec_domain *exec_domain; /* execution domain */ int cpu; /* cpu we're on */ - int preempt_count; + int preempt_count; /* 0 => preemptable, <0 => BUG */ struct restart_block restart_block; /* set by force_successful_syscall_return */ unsigned char syscall_noerror;