aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/processor.h')
-rw-r--r--include/asm-sh/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h
index e29f2abb92de..da229aae8e0f 100644
--- a/include/asm-sh/processor.h
+++ b/include/asm-sh/processor.h
@@ -66,6 +66,7 @@ enum cpu_type {
66struct sh_cpuinfo { 66struct sh_cpuinfo {
67 unsigned int type; 67 unsigned int type;
68 unsigned long loops_per_jiffy; 68 unsigned long loops_per_jiffy;
69 unsigned long asid_cache;
69 70
70 struct cache_info icache; /* Primary I-cache */ 71 struct cache_info icache; /* Primary I-cache */
71 struct cache_info dcache; /* Primary D-cache */ 72 struct cache_info dcache; /* Primary D-cache */