diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sh/processor_64.h | 8 |
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 { | |||
54 | struct sh_cpuinfo { | 54 | struct 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; |