Re: [PATCH resend 5/9] MIPS: sync after cacheflush

From: Kevin Cernekee
Date: Mon Oct 18 2010 - 15:41:27 EST


On Mon, Oct 18, 2010 at 12:19 PM, Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote:
> I'm trying to get a statement from the MIPS architecture guys if the
> necessity to do anything beyond a cache flush is an architecture violation.

IMO such a requirement would be unnecessarily strict. Larger flushes
(e.g. page at a time) tend to benefit from some form of pipelining or
write gathering. Forcing the processor to flush exactly 32 bytes at a
time, synchronously, could really slow things down and thrash the
memory controller.

I have not been able to find any official statement from MIPS that
says that CACHE + SYNC should be used, but that seems like the most
intuitive way to implement things on the hardware side.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/