Re: problem with cache flush routine for G5?

From: Benjamin Herrenschmidt
Date: Thu Mar 04 2004 - 18:55:41 EST


On Fri, 2004-03-05 at 08:06, Chris Friesen wrote:
> We're running into issues with the "flush_data_cache" routine on the G5.
>
> For the G5, the L1 dcache is 32K and the L2 cache is 512K. At 128
> bytes/cacheline, that's 256 and 4096 cachelines, respectively.
>
> In the existing tree, NUM_CACHE_LINES is set to 128*8, or 1024. Is this
> an oversight or am I missing something?
>
> Also, I'm curious why the dcbf instruction is not used for this.

First of all, why do you need to flush the cache at all ?

If you are talking about the cache flush in the 32 bits bootloaders,
then yes, this seem to be broken, you should ask Tom Rini who
maintain these things.

The kernel proper definitely doesn't contain such a routine.

Ben.


-
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/