diff options
Diffstat (limited to 'sys/x86/xen/pv.c')
-rw-r--r-- | sys/x86/xen/pv.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/x86/xen/pv.c b/sys/x86/xen/pv.c index 50d2e76..58eb736 100644 --- a/sys/x86/xen/pv.c +++ b/sys/x86/xen/pv.c @@ -96,13 +96,8 @@ static int xen_pv_start_all_aps(void); /*---------------------------- Extern Declarations ---------------------------*/ #ifdef SMP /* Variables used by amd64 mp_machdep to start APs */ -extern struct mtx ap_boot_mtx; -extern void *bootstacks[]; extern char *doublefault_stack; extern char *nmi_stack; -extern void *dpcpu; -extern int bootAP; -extern char *bootSTK; #endif /* |