diff options
-rw-r--r-- | sys/sun4v/include/smp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sun4v/include/smp.h b/sys/sun4v/include/smp.h index 7335981..d1d9da4 100644 --- a/sys/sun4v/include/smp.h +++ b/sys/sun4v/include/smp.h @@ -71,8 +71,6 @@ struct ipi_tlb_args { struct pcpu; -extern struct pcb stoppcbs[]; - void cpu_mp_bootstrap(struct pcpu *pc); void cpu_mp_shutdown(void); |