mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
sh: SH-5 also uses the ASID cache.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
48b22cf993
commit
c0acca6789
@ -54,18 +54,14 @@ struct tlb_info {
|
|||||||
struct sh_cpuinfo {
|
struct sh_cpuinfo {
|
||||||
enum cpu_type type;
|
enum cpu_type type;
|
||||||
unsigned long loops_per_jiffy;
|
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;
|
unsigned int cpu_clock, master_clock, bus_clock, module_clock;
|
||||||
|
|
||||||
/* Cache info */
|
/* Cache info */
|
||||||
struct cache_info icache;
|
struct cache_info icache;
|
||||||
struct cache_info dcache;
|
struct cache_info dcache;
|
||||||
|
struct cache_info scache;
|
||||||
|
|
||||||
/* TLB info */
|
/* TLB info */
|
||||||
struct tlb_info itlb;
|
struct tlb_info itlb;
|
||||||
|
Loading…
Reference in New Issue
Block a user