From: Paul Mundt Date: Sat, 10 Nov 2007 10:54:16 +0000 (+0900) Subject: sh: SH-5 also uses the ASID cache. X-Git-Tag: v2.6.25-rc1~1169^2~159 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c0acca6789281650134cfbbe00fc461e39440446;p=karo-tx-linux.git sh: SH-5 also uses the ASID cache. Signed-off-by: Paul Mundt --- diff --git a/include/asm-sh/processor_64.h b/include/asm-sh/processor_64.h index 5430e437b915..6ad23387d7ba 100644 --- a/include/asm-sh/processor_64.h +++ b/include/asm-sh/processor_64.h @@ -54,18 +54,14 @@ struct tlb_info { struct sh_cpuinfo { enum cpu_type type; unsigned long loops_per_jiffy; + unsigned long asid_cache; - char hard_math; - - unsigned long *pgd_quick; - unsigned long *pmd_quick; - unsigned long *pte_quick; - unsigned long pgtable_cache_sz; unsigned int cpu_clock, master_clock, bus_clock, module_clock; /* Cache info */ struct cache_info icache; struct cache_info dcache; + struct cache_info scache; /* TLB info */ struct tlb_info itlb;