On 1/31/07, Linus Torvalds <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/