Eliminate an unused declaration.

This commit is contained in:
Alan Cox 2010-01-11 15:51:13 +00:00
parent cd7215ceba
commit 418f8af3a9

View File

@ -105,9 +105,6 @@ static char callfunc_name[NR_CPUS][15];
/* Free these after use */ /* Free these after use */
void *bootstacks[MAXCPU]; void *bootstacks[MAXCPU];
/* Hotwire a 0->4MB V==P mapping */
extern pt_entry_t *KPTphys;
struct pcb stoppcbs[MAXCPU]; struct pcb stoppcbs[MAXCPU];
/* Variables needed for SMP tlb shootdown. */ /* Variables needed for SMP tlb shootdown. */