diff options
Diffstat (limited to 'include/asm-sh/processor.h')
-rw-r--r-- | include/asm-sh/processor.h | 1 |
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 { | |||
66 | struct sh_cpuinfo { | 66 | struct 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 */ |