diff options
author | Brian Gerst <brgerst@gmail.com> | 2009-01-18 22:21:27 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-01-19 22:29:19 -0500 |
commit | 8ce031972b40da58c268caba8c5ea3c0856d7131 (patch) | |
tree | 2f41175bdf1001ebe7249fdfddfe8fe578d860a9 /arch/x86/xen | |
parent | b4a8f7a262e79ecb0b39beb1449af524a78887f8 (diff) |
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/xen')
-rw-r--r-- | arch/x86/xen/enlighten.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 75b94139e1f2..bef941f61451 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -1645,7 +1645,6 @@ asmlinkage void __init xen_start_kernel(void) | |||
1645 | #ifdef CONFIG_X86_64 | 1645 | #ifdef CONFIG_X86_64 |
1646 | /* Disable until direct per-cpu data access. */ | 1646 | /* Disable until direct per-cpu data access. */ |
1647 | have_vcpu_info_placement = 0; | 1647 | have_vcpu_info_placement = 0; |
1648 | pda_init(0); | ||
1649 | #endif | 1648 | #endif |
1650 | 1649 | ||
1651 | xen_smp_init(); | 1650 | xen_smp_init(); |