summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/cache.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-02-22 04:12:11 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-02-22 04:12:11 +0000
commitc884ada29ead83a2777c4097489dc4db26419624 (patch)
tree98bc5e293200d703cb6d9b47ab6f052dfaba0041 /include/asm-mips/cache.h
parent95b2d612949328e196b54c7569324e22f98c6ec0 (diff)
Support for Phillips PDAs.
Diffstat (limited to 'include/asm-mips/cache.h')
-rw-r--r--include/asm-mips/cache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-mips/cache.h b/include/asm-mips/cache.h
index 28f08756e..11cb10f60 100644
--- a/include/asm-mips/cache.h
+++ b/include/asm-mips/cache.h
@@ -28,7 +28,8 @@ struct cache_desc {
*/
#define MIPS_CACHE_NOT_PRESENT 0x00000001
-#if defined(CONFIG_CPU_R3000) || defined(CONFIG_CPU_R6000)
+#if defined(CONFIG_CPU_R3000) || defined(CONFIG_CPU_R6000) || \
+ defined(CONFIG_CPU_R3912)
#define L1_CACHE_BYTES 16
#else
#define L1_CACHE_BYTES 32 /* A guess */