Skip to content

Commit

Permalink
[MIPS] IP27: Tighten up CPU description to fix warnings.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Mar 12, 2008
1 parent 308a163 commit 1af0eea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/asm-mips/mach-ip27/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1af0eea

Please sign in to comment.