On Mon, Aug 21, 2006 at 01:45:03PM +0100, Maciej W. Rozycki wrote: > > @@ -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 > > Hmm, it looks like a bug in QEMU -- we should definitely implement them! In this case I'd rather suggest to fix reality to match emulation ;-) Ralf