Page MenuHomeFreeBSD

D55668.id.diff
No OneTemporary

D55668.id.diff

diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -110,6 +110,7 @@
*/
static int start_ap(int apic_id, vm_paddr_t boot_address);
+static int start_all_aps(void);
/*
* Initialize the IPI handlers and start up the AP's.
@@ -330,7 +331,7 @@
/*
* start each AP in our list
*/
-int
+static int
start_all_aps(void)
{
vm_page_t m_boottramp, m_pml4, m_pdp, m_pd[4];
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h
--- a/sys/amd64/include/smp.h
+++ b/sys/amd64/include/smp.h
@@ -35,7 +35,6 @@
IDTVEC(rendezvous_pti);
void invlop_handler(void);
-int start_all_aps(void);
#endif /* !LOCORE */

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 16, 2:07 AM (5 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31570445
Default Alt Text
D55668.id.diff (723 B)

Event Timeline