summaryrefslogtreecommitdiff
path: root/include/asm-sh
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-09-23 02:17:08 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-09-23 02:17:08 +0900
commit516ad760db3553766267ada01b7d5d727faa4bbd (patch)
tree8523fbe1d0131802297bebbbecbcf8fb1b3c51ce /include/asm-sh
parentb02bad128669e567fce87d8df823b06a0144b8db (diff)
sh: Remove comment out code from include/asm-sh/cpu_sh4.h
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/cpu_sh4.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-sh/cpu_sh4.h b/include/asm-sh/cpu_sh4.h
index dca61ca71..265803956 100644
--- a/include/asm-sh/cpu_sh4.h
+++ b/include/asm-sh/cpu_sh4.h
@@ -29,18 +29,11 @@
#define CACHE_OC_WAY_SHIFT 14
#define CACHE_OC_NUM_ENTRIES 512
#define CACHE_OC_ENTRY_SHIFT 5
-//#define CACHE_OC_NUM_WAYS 1
#if defined (CONFIG_CPU_SH7750)
#include <asm/cpu_sh7750.h>
-//#ifdef CONFIG_CPU_TYPE_R
-//#define CCR_CACHE_INIT 0x8000090d /* EMODE,ICI,ICE(16k),OCI,P1-wb,OCE(32k) */
-//#else
-//#define CCR_CACHE_INIT 0x0000090b
-//#endif
#elif defined (CONFIG_CPU_SH7722)
#include <asm/cpu_sh7722.h>
-//#define CCR_CACHE_INIT 0x0000090d
#else
#error "Unknown SH4 variant"
#endif