aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head64.c
diff options
context:
space:
mode:
authorBrian Gerst <brgerst@gmail.com>2009-01-19 12:21:27 +0900
committerTejun Heo <tj@kernel.org>2009-01-20 12:29:19 +0900
commit8ce031972b40da58c268caba8c5ea3c0856d7131 (patch)
tree2f41175bdf1001ebe7249fdfddfe8fe578d860a9 /arch/x86/kernel/head64.c
parentx86: conditionalize stack canary handling in hot path (diff)
downloadlinux-dev-8ce031972b40da58c268caba8c5ea3c0856d7131.tar.xz
linux-dev-8ce031972b40da58c268caba8c5ea3c0856d7131.zip
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>
Diffstat (limited to 'arch/x86/kernel/head64.c')
-rw-r--r--arch/x86/kernel/head64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
index af67d3227ea6..f5b272247690 100644
--- a/arch/x86/kernel/head64.c
+++ b/arch/x86/kernel/head64.c
@@ -91,8 +91,6 @@ void __init x86_64_start_kernel(char * real_mode_data)
if (console_loglevel == 10)
early_printk("Kernel alive\n");
- pda_init(0);
-
x86_64_start_reservations(real_mode_data);
}