Commit 1af0eea2 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] IP27: Tighten up CPU description to fix warnings.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 308a1639
......@@ -34,7 +34,11 @@
#define cpu_has_64bits 1
#define cpu_has_4kex 1
#define cpu_has_3k_cache 0
#define cpu_has_6k_cache 0
#define cpu_has_4k_cache 1
#define cpu_has_8k_cache 0
#define cpu_has_tx39_cache 0
#define cpu_has_inclusive_pcaches 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment