diff options
author | Andi Kleen <ak@suse.de> | 2005-11-05 17:25:53 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-14 19:55:15 -0800 |
commit | 4d74dbd79a571b31f7cd2c69bb5e44368972bf93 (patch) | |
tree | 0b5c7143490ca6cb8c21528ab1db0c00e262bdc9 /arch/x86_64/mm/init.c | |
parent | 2bc0414ee04fd8bb798760801f5d7476dff44241 (diff) | |
download | blackbird-op-linux-4d74dbd79a571b31f7cd2c69bb5e44368972bf93.tar.gz blackbird-op-linux-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/x86_64/mm/init.c')
-rw-r--r-- | arch/x86_64/mm/init.c | 2 |
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) { |