summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pda.h
diff options
context:
space:
mode:
authorBrian Gerst2009-01-19 04:21:27 +0100
committerTejun Heo2009-01-20 04:29:19 +0100
commit8ce031972b40da58c268caba8c5ea3c0856d7131 (patch)
tree2f41175bdf1001ebe7249fdfddfe8fe578d860a9 /arch/x86/include/asm/pda.h
parentx86: conditionalize stack canary handling in hot path (diff)
downloadkernel-qcow2-linux-8ce031972b40da58c268caba8c5ea3c0856d7131.tar.gz
kernel-qcow2-linux-8ce031972b40da58c268caba8c5ea3c0856d7131.tar.xz
kernel-qcow2-linux-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/include/asm/pda.h')
-rw-r--r--arch/x86/include/asm/pda.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/pda.h b/arch/x86/include/asm/pda.h
index 4a8c9d382c93..b473e952439a 100644
--- a/arch/x86/include/asm/pda.h
+++ b/arch/x86/include/asm/pda.h
@@ -24,7 +24,6 @@ struct x8664_pda {
} ____cacheline_aligned_in_smp;
DECLARE_PER_CPU(struct x8664_pda, __pda);
-extern void pda_init(int);
#define cpu_pda(cpu) (&per_cpu(__pda, cpu))