Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152456240
D55668.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
723 B
Referenced Files
None
Subscribers
None
D55668.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D55668: amd64: Make start_all_aps() static
Attached
Detach File
Event Timeline
Log In to Comment