From: Tejun Heo on 4 Aug 2010 04:40 Hello, Linus. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-linus to receive percpu changes. It contains two patches to allow percpu allocator to be usable before slab comes online. slab branch will have patches to make it use percpu allocator during boot strapping instead of dancing around static memory. Thanks. Tejun Heo (2): percpu: make @dyn_size always mean min dyn_size in first chunk init functions percpu: allow limited allocation before slab is online include/linux/percpu.h | 20 ++++++++--- init/main.c | 1 + mm/percpu.c | 85 +++++++++++++++++++++++++++-------------------- 3 files changed, 64 insertions(+), 42 deletions(-) -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: question about CONFIG_BASE_SMALL Next: SysRq: do not pass tty argument around |