diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2008-08-04 09:33:47 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-08-04 09:33:47 +0200 |
commit | cce2d453e4940d3fccd42a6917d01027148e11c3 (patch) | |
tree | bf921bfd41e4a40e513a1994d474e03f44089c0e /arch/sh/mm/Kconfig | |
parent | nommu: Provide vmalloc_exec(). (diff) | |
download | linux-cce2d453e4940d3fccd42a6917d01027148e11c3.tar.xz linux-cce2d453e4940d3fccd42a6917d01027148e11c3.zip |
SH2(A) cache update
Includes:
- SH2 (7619) Writeback support.
- SH2A cache handling fix.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 56d0a7daa34b..9c131cac91a4 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -237,7 +237,6 @@ choice config CACHE_WRITEBACK bool "Write-back" - depends on CPU_SH2A || CPU_SH3 || CPU_SH4 || CPU_SH5 config CACHE_WRITETHROUGH bool "Write-through" |