Skip to content

Commit

Permalink
[PATCH] x86_64: Replace cpu_pda extern with include
Browse files Browse the repository at this point in the history
Minor cleanup - remove obsolete extern

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Nov 15, 2005
1 parent 2bc0414 commit 4d74dbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86_64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4d74dbd

Please sign in to comment.