vserver 1.9.3
[linux-2.6.git] / include / asm-i386 / tlbflush.h
index 2f4c8ee..f22fab0 100644 (file)
@@ -131,7 +131,7 @@ struct tlb_state
        int state;
        char __cacheline_padding[L1_CACHE_BYTES-8];
 };
-extern struct tlb_state cpu_tlbstate[NR_CPUS];
+DECLARE_PER_CPU(struct tlb_state, cpu_tlbstate);
 
 
 #endif