diff options
Diffstat (limited to 'include/asm-sh/cpu_sh4.h')
| -rw-r--r-- | include/asm-sh/cpu_sh4.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/include/asm-sh/cpu_sh4.h b/include/asm-sh/cpu_sh4.h index b6cc6cfbd..d2dbfcd14 100644 --- a/include/asm-sh/cpu_sh4.h +++ b/include/asm-sh/cpu_sh4.h @@ -26,8 +26,15 @@  #define CCR_CACHE_ICI    0x00000800  #define CACHE_OC_ADDRESS_ARRAY	0xf4000000 + +#if defined (CONFIG_CPU_SH7750) || \ +	defined(CONFIG_CPU_SH7751)  #define CACHE_OC_WAY_SHIFT	14  #define CACHE_OC_NUM_ENTRIES	512 +#else +#define CACHE_OC_WAY_SHIFT	13 +#define CACHE_OC_NUM_ENTRIES	256 +#endif  #define CACHE_OC_ENTRY_SHIFT	5  #if defined (CONFIG_CPU_SH7750) || \ |