]> git.hungrycats.org Git - linux/commitdiff
ppc64: add preempt_count
authorAnton Blanchard <anton@samba.org>
Tue, 9 Apr 2002 01:47:05 +0000 (11:47 +1000)
committerAnton Blanchard <anton@samba.org>
Tue, 9 Apr 2002 01:47:05 +0000 (11:47 +1000)
include/asm-ppc64/thread_info.h

index e732c7f05966b371f97147bc44224f0532cb900e..c7d322334ee3a62209a08eaac0c122994529ce91 100644 (file)
@@ -22,6 +22,7 @@ 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;          /* not used at present */
 };
 
 /*