Re: [patch-2.3.40-pre6] kzalloc() (ala kmem_zalloc() of SVR4)

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Mon, 24 Jan 2000 08:17:45 +0100


Alan Cox wrote:
> > And on a multiprocessor system one idle processor can zero pages while
> > the other is consuming them.
>
> Nice theory but the CPU->CPU traffic will kill you

I guess it's an open question, whether the CPU->CPU or memory->CPU
traffic on the busy processor takes longer than the local zeroing
followed by eventual CPU->memory flush of the unused portions of the
zero page.

-- Jamie

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