]> err.no Git - linux-2.6/blobdiff - include/asm-v850/thread_info.h
/spare/repo/netdev-2.6 branch 'ieee80211'
[linux-2.6] / include / asm-v850 / thread_info.h
index e2ef44593752bcc593383fa809a417d18331434b..e4cfad94a5530f528834692346aa905fdf20bdc4 100644 (file)
@@ -30,7 +30,8 @@ struct thread_info {
        struct exec_domain      *exec_domain;   /* execution domain */
        unsigned long           flags;          /* low level flags */
        int                     cpu;            /* cpu we're on */
-       int                     preempt_count;
+       int                     preempt_count;  /* 0 => preemptable,
+                                                  <0 => BUG */
        struct restart_block    restart_block;
 };