]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: misc clean up after the percpu update
authorTejun Heo <tj@kernel.org>
Tue, 13 Jan 2009 11:41:35 +0000 (20:41 +0900)
committerIngo Molnar <mingo@elte.hu>
Fri, 16 Jan 2009 13:20:26 +0000 (14:20 +0100)
commit004aa322f855a765741d9437a98dd8fe2e4f32a6
treea1240d533edfb2bc451dab230c25fb1468a091dc
parent49357d19e4fb31e28796eaff83499e7584c26878
x86: misc clean up after the percpu update

Do the following cleanups:

* kill x86_64_init_pda() which now is equivalent to pda_init()

* use per_cpu_offset() instead of cpu_pda() when initializing
  initial_gs

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/setup.h
arch/x86/kernel/acpi/sleep.c
arch/x86/kernel/head64.c
arch/x86/kernel/smpboot.c
arch/x86/xen/enlighten.c