diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-04-01 03:28:23 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-04-01 03:28:23 +0000 |
commit | 3c73e78526f87333ed70059e41c7e6a5ccda7ced (patch) | |
tree | 4cc388bb968757620910470dcde73eee4743036a /include/asm-mips/cache.h | |
parent | 1778efcf9088e8669db1012dbd40fefc9a2bf5bf (diff) |
More TX3912 and Nino updates.
Diffstat (limited to 'include/asm-mips/cache.h')
-rw-r--r-- | include/asm-mips/cache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-mips/cache.h b/include/asm-mips/cache.h index 11cb10f60..28f08756e 100644 --- a/include/asm-mips/cache.h +++ b/include/asm-mips/cache.h @@ -28,8 +28,7 @@ struct cache_desc { */ #define MIPS_CACHE_NOT_PRESENT 0x00000001 -#if defined(CONFIG_CPU_R3000) || defined(CONFIG_CPU_R6000) || \ - defined(CONFIG_CPU_R3912) +#if defined(CONFIG_CPU_R3000) || defined(CONFIG_CPU_R6000) #define L1_CACHE_BYTES 16 #else #define L1_CACHE_BYTES 32 /* A guess */ |