x86: alloc dyn_array all together
authorYinghai Lu <yhlu.kernel@gmail.com>
Wed, 20 Aug 2008 03:49:45 +0000 (20:49 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:52:03 +0000 (16:52 +0200)
commit1f8ff037a871690c762d267d8a052529d3102fc9
tree1b0ce2fdcca21c06fc2b806964670ee0a3ffeab4
parent1f3fcd4b1adc972d5c6a34cfed98931c46575b49
x86: alloc dyn_array all together

so could spare some memory with small alignment in bootmem

also tighten the alignment checking, and make print out less debug info.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup_percpu.c
include/linux/init.h
init/main.c