Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf add config for SMP G5 kernels



details:   https://anonhg.NetBSD.org/src/rev/41e824094cb6
branches:  trunk
changeset: 323002:41e824094cb6
user:      macallan <macallan%NetBSD.org@localhost>
date:      Mon May 28 05:25:06 2018 +0000

description:
add config for SMP G5 kernels

diffstat:

 sys/arch/macppc/conf/POWERMAC_G5    |  2 +-
 sys/arch/macppc/conf/POWERMAC_G5.MP |  5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 987363529f31 -r 41e824094cb6 sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5  Mon May 28 05:21:53 2018 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5  Mon May 28 05:25:06 2018 +0000
@@ -115,7 +115,7 @@
 
 mainbus* at root
 
-cpu*           at mainbus?
+cpu0   at mainbus?
 uni_n* at mainbus?
 memory* at mainbus?
 spdmem* at memory? addr ?
diff -r 987363529f31 -r 41e824094cb6 sys/arch/macppc/conf/POWERMAC_G5.MP
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5.MP       Mon May 28 05:25:06 2018 +0000
@@ -0,0 +1,5 @@
+#
+include                "arch/macppc/conf/POWERMAC_G5"
+
+options        MULTIPROCESSOR
+cpu*           at mainbus?



Home | Main Index | Thread Index | Old Index