Eliminate an unused declaration.
This commit is contained in:
parent
cd7215ceba
commit
418f8af3a9
@ -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. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user