Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf - remove cpucore and cpu reconfigurati...



details:   https://anonhg.NetBSD.org/src/rev/8fd6aaa73d39
branches:  trunk
changeset: 764202:8fd6aaa73d39
user:      cliff <cliff%NetBSD.org@localhost>
date:      Thu Apr 14 05:06:39 2011 +0000

description:
- remove cpucore and cpu reconfiguration stuff
cares and threads can be specified here,
but it's easier to do at boot time from firmmware
e.g. using 'userapp_mask_cpus <mask>' command

diffstat:

 sys/arch/evbmips/conf/XLSATX64.MP |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (23 lines):

diff -r fae99aadfa28 -r 8fd6aaa73d39 sys/arch/evbmips/conf/XLSATX64.MP
--- a/sys/arch/evbmips/conf/XLSATX64.MP Thu Apr 14 05:06:10 2011 +0000
+++ b/sys/arch/evbmips/conf/XLSATX64.MP Thu Apr 14 05:06:39 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XLSATX64.MP,v 1.2 2011/02/20 07:48:34 matt Exp $
+# $NetBSD: XLSATX64.MP,v 1.3 2011/04/14 05:06:39 cliff Exp $
 #
 include "arch/evbmips/conf/XLSATX64"
 
@@ -7,13 +7,3 @@
 
 pseudo-device  lockstat
 
-no cpucore*
-no cpu*
-cpucore0 at cpunode0 core 0
-cpu0 at cpucore0 thread 0
-cpucore1 at cpunode0 core 1
-cpu4 at cpucore1 thread 0
-#cpucore2 at cpunode0 core 2
-#cpu8 at cpucore2 thread 0
-#cpucore3 at cpunode0 core 3
-#cpu12 at cpucore3 thread 0



Home | Main Index | Thread Index | Old Index