From: Linus Torvalds Date: Thu, 11 Jun 2009 19:25:06 +0000 (-0700) Subject: Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v2.6.31-rc1~384 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b640f042faa2a2fad6464f259a8afec06e2f6386;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git Merge branch 'topic/slab/earlyboot' of git://git./linux/kernel/git/penberg/slab-2.6 * 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6: vgacon: use slab allocator instead of the bootmem allocator irq: use kcalloc() instead of the bootmem allocator sched: use slab in cpupri_init() sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var() memcg: don't use bootmem allocator in setup code irq/cpumask: make memoryless node zero happy x86: remove some alloc_bootmem_cpumask_var calling vt: use kzalloc() instead of the bootmem allocator sched: use kzalloc() instead of the bootmem allocator init: introduce mm_init() vmalloc: use kzalloc() instead of alloc_bootmem() slab: setup allocators earlier in the boot sequence bootmem: fix slab fallback on numa bootmem: use slab if bootmem is no longer available --- b640f042faa2a2fad6464f259a8afec06e2f6386