Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153095056
D23519.id67824.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
812 B
Referenced Files
None
Subscribers
None
D23519.id67824.diff
View Options
Index: sys/amd64/conf/VM
===================================================================
--- sys/amd64/conf/VM
+++ sys/amd64/conf/VM
@@ -84,7 +84,7 @@
options ALT_BREAK_TO_DEBUGGER
# Make an SMP-capable kernel by default
-options SMP # Symmetric MultiProcessor Kernel
+#options SMP # Symmetric MultiProcessor Kernel
# CPU frequency control
#device cpufreq
Index: sys/conf/config.mk
===================================================================
--- sys/conf/config.mk
+++ sys/conf/config.mk
@@ -11,8 +11,9 @@
opt_global.h:
touch ${.TARGET}
.if ${MACHINE} != "mips"
- @echo "#define VIMAGE 1" >> ${.TARGET}
+ @echo "#define SMP 1" >> ${.TARGET}
@echo "#define MAC 1" >> ${.TARGET}
+ @echo "#define VIMAGE 1" >> ${.TARGET}
.endif
opt_bpf.h:
echo "#define DEV_BPF 1" > ${.TARGET}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 2:45 AM (3 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31751784
Default Alt Text
D23519.id67824.diff (812 B)
Attached To
Mode
D23519: Define SMP for standalone module builds.
Attached
Detach File
Event Timeline
Log In to Comment