Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106085848
D5893.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D5893.diff
View Options
Index: head/sys/amd64/conf/GENERIC
===================================================================
--- head/sys/amd64/conf/GENERIC
+++ head/sys/amd64/conf/GENERIC
@@ -93,6 +93,7 @@
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
+options DEVICE_NUMA # I/O Device Affinity
# CPU frequency control
device cpufreq
Index: head/sys/amd64/conf/MINIMAL
===================================================================
--- head/sys/amd64/conf/MINIMAL
+++ head/sys/amd64/conf/MINIMAL
@@ -92,6 +92,7 @@
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
+options DEVICE_NUMA # I/O Device Affinity
# CPU frequency control
device cpufreq
Index: head/sys/amd64/include/param.h
===================================================================
--- head/sys/amd64/include/param.h
+++ head/sys/amd64/include/param.h
@@ -72,7 +72,7 @@
#endif
#ifndef MAXMEMDOM
-#define MAXMEMDOM 1
+#define MAXMEMDOM 8
#endif
#define ALIGNBYTES _ALIGNBYTES
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 4:04 AM (1 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15601203
Default Alt Text
D5893.diff (1 KB)
Attached To
Mode
D5893: Enable DEVICE_NUMA with up to 8 domains by default on amd64.
Attached
Detach File
Event Timeline
Log In to Comment