vserver 1.9.3
[linux-2.6.git] / include / asm-alpha / thread_info.h
index 1f19c2a..c433512 100644 (file)
@@ -19,7 +19,7 @@ struct thread_info {
 
        struct exec_domain      *exec_domain;   /* execution domain */
        mm_segment_t            addr_limit;     /* thread address space */
-       long                    cpu;            /* current CPU */
+       unsigned                cpu;            /* current CPU */
        int                     preempt_count; /* 0 => preemptable, <0 => BUG */
 
        int bpt_nsaved;