From: Ravikiran G Thirumalai Date: Wed, 11 Jan 2006 21:45:42 +0000 (+0100) Subject: [PATCH] x86_64: Allocate PDAs in the local node X-Git-Tag: v2.6.16-rc1~314 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365ba9179f84244d2ffa98e46ae3cddfeb2ef6ff;p=pandora-kernel.git [PATCH] x86_64: Allocate PDAs in the local node Patch uses a static PDA array early at boot and reallocates processor PDA with node local memory when kmalloc is ready, just before pda_init. The boot_cpu_pda is needed since the cpu_pda is used even before pda_init for that cpu is called (to set the static per-cpu areas offset table etc) Signed-off-by: Ravikiran Thirumalai Signed-off-by: Shai Fultheim Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed