Re: PATCH 2.3.26: kmalloc GFP_ZEROt

Andrea Arcangeli (andrea@suse.de)
Wed, 10 Nov 1999 00:03:17 +0100 (CET)


On Tue, 9 Nov 1999, David S. Miller wrote:

> place. Removing it completly also automagically saving data-cache
^^^^^^^^^^^^^

>Some cpus in this world allow data cache bypassing to be done during
>loads and stores, in fact optimal bcopy/bzero is implemented using

I think you misunderstood my email. I have not said that the only way to
avoid cache pollution is to use a peripheral doing DMA to memory.

I _only_ said that if the bzero will be done in DMA from a peripheral then
we won't have to bypass the cache during loads stores. I agree this point
is not very interesting for sane CPUs.

Andrea

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/