--- arch/x86/kernel/vmlinux_64.lds.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/arch/x86/kernel/vmlinux_64.lds.S =================================================================== --- linux-2.6.orig/arch/x86/kernel/vmlinux_64.lds.S 2007-11-13 21:46:06.616011567 -0800 +++ linux-2.6/arch/x86/kernel/vmlinux_64.lds.S 2007-11-13 21:47:02.680261179 -0800 @@ -203,7 +203,7 @@ SECTIONS __initramfs_end = .; #endif - PERCPU(4096) + VIRT_PERCPU(CPU_AREA_BASE, 4096) . = ALIGN(4096); __init_end = .;