aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-10 05:54:16 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:42 -0500
commitc0acca6789281650134cfbbe00fc461e39440446 (patch)
tree7d8208ab58f2b40a764227d90c40f7c95deed2b6 /include
parent48b22cf993cbc8f62c9b4025cfe0cfccd800181a (diff)
sh: SH-5 also uses the ASID cache.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sh/processor_64.h8
1 files changed, 2 insertions, 6 deletions
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 {
54struct sh_cpuinfo { 54struct sh_cpuinfo {
55 enum cpu_type type; 55 enum cpu_type type;
56 unsigned long loops_per_jiffy; 56 unsigned long loops_per_jiffy;
57 unsigned long asid_cache;
57 58
58 char hard_math;
59
60 unsigned long *pgd_quick;
61 unsigned long *pmd_quick;
62 unsigned long *pte_quick;
63 unsigned long pgtable_cache_sz;
64 unsigned int cpu_clock, master_clock, bus_clock, module_clock; 59 unsigned int cpu_clock, master_clock, bus_clock, module_clock;
65 60
66 /* Cache info */ 61 /* Cache info */
67 struct cache_info icache; 62 struct cache_info icache;
68 struct cache_info dcache; 63 struct cache_info dcache;
64 struct cache_info scache;
69 65
70 /* TLB info */ 66 /* TLB info */
71 struct tlb_info itlb; 67 struct tlb_info itlb;