]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ia64/thread_info.h
Pull sn2-mmio-writes into release branch
[linux-2.6-omap-h63xx.git] / include / asm-ia64 / thread_info.h
index a6ee27343a4a1fef76314e54eabdab1a3b3ac659..56394a2c7055daed97e57b1fb3966e2acfd19622 100644 (file)
@@ -26,6 +26,7 @@ struct thread_info {
        struct exec_domain *exec_domain;/* execution domain */
        __u32 flags;                    /* thread_info flags (see TIF_*) */
        __u32 cpu;                      /* current CPU */
+       __u32 last_cpu;                 /* Last CPU thread ran on */
        mm_segment_t addr_limit;        /* user-level address space limit */
        int preempt_count;              /* 0=premptable, <0=BUG; will also serve as bh-counter */
        struct restart_block restart_block;