Eliminate an unused declaration.

This commit is contained in:
Alan Cox 2010-01-11 15:51:13 +00:00
parent cd7215ceba
commit 418f8af3a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202084

View File

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