Browse Source

[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>
Andi Kleen 19 years ago
parent
commit
4d74dbd79a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/x86_64/mm/init.c

+ 0 - 2
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) {