aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2005-11-05 17:25:53 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-14 19:55:15 -0800
commit4d74dbd79a571b31f7cd2c69bb5e44368972bf93 (patch)
tree0b5c7143490ca6cb8c21528ab1db0c00e262bdc9 /arch
parent[PATCH] x86_64: Only use asm/sections.h to declare section symbols (diff)
downloadlinux-dev-4d74dbd79a571b31f7cd2c69bb5e44368972bf93.tar.xz
linux-dev-4d74dbd79a571b31f7cd2c69bb5e44368972bf93.zip
[PATCH] x86_64: Replace cpu_pda extern with include
Minor cleanup - remove obsolete extern Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/mm/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/mm/init.c b/arch/x86_64/mm/init.c
index 489e18df1fe9..63f192cd7c1c 100644
--- a/arch/x86_64/mm/init.c
+++ b/arch/x86_64/mm/init.c
@@ -306,8 +306,6 @@ void __init init_memory_mapping(unsigned long start, unsigned long end)
table_end<<PAGE_SHIFT);
}
-extern struct x8664_pda cpu_pda[NR_CPUS];
-
void __cpuinit zap_low_mappings(int cpu)
{
if (cpu == 0) {