Module Name:    src
Committed By:   macallan
Date:           Mon May 28 05:25:06 UTC 2018

Modified Files:
        src/sys/arch/macppc/conf: POWERMAC_G5
Added Files:
        src/sys/arch/macppc/conf: POWERMAC_G5.MP

Log Message:
add config for SMP G5 kernels


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/macppc/conf/POWERMAC_G5
cvs rdiff -u -r0 -r1.1 src/sys/arch/macppc/conf/POWERMAC_G5.MP

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/POWERMAC_G5
diff -u src/sys/arch/macppc/conf/POWERMAC_G5:1.38 src/sys/arch/macppc/conf/POWERMAC_G5:1.39
--- src/sys/arch/macppc/conf/POWERMAC_G5:1.38	Mon May 28 05:21:53 2018
+++ src/sys/arch/macppc/conf/POWERMAC_G5	Mon May 28 05:25:06 2018
@@ -115,7 +115,7 @@ options         NFS_BOOT_DHCP
 
 mainbus* at root
 
-cpu* 		at mainbus?
+cpu0 	at mainbus?
 uni_n*	at mainbus?
 memory* at mainbus?
 spdmem* at memory? addr ?

Added files:

Index: src/sys/arch/macppc/conf/POWERMAC_G5.MP
diff -u /dev/null src/sys/arch/macppc/conf/POWERMAC_G5.MP:1.1
--- /dev/null	Mon May 28 05:25:06 2018
+++ src/sys/arch/macppc/conf/POWERMAC_G5.MP	Mon May 28 05:25:06 2018
@@ -0,0 +1,5 @@
+#
+include		"arch/macppc/conf/POWERMAC_G5"
+
+options 	MULTIPROCESSOR
+cpu* 		at mainbus?

Reply via email to