x86: remove pda_init()
commit8ce031972b40da58c268caba8c5ea3c0856d7131
authorBrian Gerst <brgerst@gmail.com>
Mon, 19 Jan 2009 03:21:27 +0000 (19 12:21 +0900)
committerTejun Heo <tj@kernel.org>
Tue, 20 Jan 2009 03:29:19 +0000 (20 12:29 +0900)
tree2f41175bdf1001ebe7249fdfddfe8fe578d860a9
parentb4a8f7a262e79ecb0b39beb1449af524a78887f8
x86: remove pda_init()

Impact: cleanup

Copy the code to cpu_init() to satisfy the requirement that the cpu
be reinitialized.  Remove all other calls, since the segments are
already initialized in head_64.S.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
arch/x86/include/asm/pda.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/head64.c
arch/x86/xen/enlighten.c