[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <84144f020701312248r74007ea6je278adf4f27e2171@mail.gmail.com>
Date: Thu, 1 Feb 2007 08:48:16 +0200
From: "Pekka Enberg" <penberg@...helsinki.fi>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: "PaweÅ Sikora" <pluto@...k.net>,
"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
"Christoph Hellwig" <hch@....de>,
"Siddha, Suresh B" <suresh.b.siddha@...el.com>,
"Martin Peschke" <mp3@...ibm.com>, "Andrew Morton" <akpm@...l.org>,
"Adrian Bunk" <bunk@...sta.de>
Subject: Re: Linux 2.6.20-rc7
On 1/31/07, Linus Torvalds <torvalds@...ux-foundation.org> wrote:
> When do_tune_cpucache() is called at bootup, I'm not sure how safe it is
> to do the kzalloc() thing.
The kzalloc thing is safe as we have already successfully boostrapped
all kmalloc caches at that point. The per-CPU caches that are replaced
by do_tune_cpucache() point to boostrap-time array caches there (see
use of struct arraycache_init in setup_cpu_cache).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists