X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Ftlbflush.h;h=f22fab0cea26486bd323a0432a3c093e44ddec27;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=2f4c8ee2c6ea5840060639c12ddab50c8628e915;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-i386/tlbflush.h b/include/asm-i386/tlbflush.h index 2f4c8ee2c..f22fab0ce 100644 --- a/include/asm-i386/tlbflush.h +++ b/include/asm-i386/tlbflush.h @@ -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