diff options
-rw-r--r-- | sys/i386/i386/mp_machdep.c | 1 | ||||
-rw-r--r-- | sys/i386/include/smp.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index bad69ee..083aa4a 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -144,7 +144,6 @@ volatile int smp_tlb_wait; static void install_ap_tramp(void); static int start_all_aps(void); static int start_ap(int apic_id); -static void release_aps(void *dummy); static u_int boot_address; diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index 71c830e..4618419 100644 --- a/sys/i386/include/smp.h +++ b/sys/i386/include/smp.h @@ -39,7 +39,6 @@ extern int cpu_apic_ids[]; extern int bootAP; extern void *dpcpu; extern char *bootSTK; -extern int bootAP; extern void *bootstacks[]; extern volatile u_int cpu_ipi_pending[]; extern volatile int aps_ready; |