Browse Source

[MIPS] Qemu does not have D-cache aliases

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Atsushi Nemoto 19 years ago
parent
commit
3c70f12bfa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/asm-mips/mach-qemu/cpu-feature-overrides.h

+ 1 - 1
include/asm-mips/mach-qemu/cpu-feature-overrides.h

@@ -20,7 +20,7 @@
 
 
 #define cpu_has_llsc		1
 #define cpu_has_llsc		1
 #define cpu_has_vtag_icache	0
 #define cpu_has_vtag_icache	0
-#define cpu_has_dc_aliases	(PAGE_SIZE < 0x4000)
+#define cpu_has_dc_aliases	0
 #define cpu_has_ic_fills_f_dc	0
 #define cpu_has_ic_fills_f_dc	0
 
 
 #define cpu_has_dsp		0
 #define cpu_has_dsp		0