Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107034257
D32546.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
409 B
Referenced Files
None
Subscribers
None
D32546.diff
View Options
diff --git a/sys/arm64/arm64/mp_machdep.c b/sys/arm64/arm64/mp_machdep.c
--- a/sys/arm64/arm64/mp_machdep.c
+++ b/sys/arm64/arm64/mp_machdep.c
@@ -569,7 +569,7 @@
domain = 0;
#ifdef NUMA
if (vm_ndomains > 1)
- domain = acpi_pxm_get_cpu_locality(*cpuid);
+ domain = acpi_pxm_get_cpu_locality(intr->Uid);
#endif
if (start_cpu(id, intr->ArmMpidr, domain)) {
MPASS(cpuid_to_pcpu[id] != NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 7:09 AM (12 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15740486
Default Alt Text
D32546.diff (409 B)
Attached To
Mode
D32546: Pass the ACPI ID when reading the ACPI domain
Attached
Detach File
Event Timeline
Log In to Comment