| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] qemu does not have dcache aliases |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Sun, 20 Aug 2006 00:33:38 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> diff --git a/include/asm-mips/mach-qemu/cpu-feature-overrides.h b/include/asm-mips/mach-qemu/cpu-feature-overrides.h index f4e370e..529445d 100644 --- a/include/asm-mips/mach-qemu/cpu-feature-overrides.h +++ b/include/asm-mips/mach-qemu/cpu-feature-overrides.h @@ -20,7 +20,7 @@ #define cpu_has_ejtag 0 #define cpu_has_llsc 1 #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_dsp 0 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] TX49 has write buffer, Atsushi Nemoto |
|---|---|
| Next by Date: | Re: [PATCH] TX49 has write buffer, Sergei Shtylyov |
| Previous by Thread: | [PATCH] TX49 has write buffer, Sergei Shtylyov |
| Next by Thread: | Re: [PATCH] qemu does not have dcache aliases, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |