1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove duplicate and useless declarations.

Submitted by:	bde
This commit is contained in:
Konstantin Belousov 2015-07-22 09:12:40 +00:00
parent 8bc7851803
commit c48c590f63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285787
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;