diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-04-21 21:06:16 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2007-04-21 21:06:16 +0000 |
commit | c5adacd3ca38901e85090b4cbce893ed61415b06 (patch) | |
tree | 8bdc23eb4cbf4171f38ead01cfed0e9470732c67 /sys/arch/i386/conf | |
parent | 1644f6fee18436748195f112e71a36a12797382a (diff) |
Introduce a smp aware hw.setperf mechanism, it will scale all CPUs or
cores by the same amount, i.e. if you do hw.setperf=50 both cores will
be scaled to the opearting state corresponing to 50%. Tested by many with
est (mainly on core2duo machines like X60 thinkpads). Only enable est
during GENERIC.MP build no one tested powernow.
ok art@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index b659ed772dd..e19df5e86f8 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.157 2007/03/19 14:33:28 dlg Exp $ +# $OpenBSD: files.i386,v 1.158 2007/04/21 21:06:15 gwk Exp $ # # new style config file for i386 architecture # @@ -45,6 +45,7 @@ file arch/i386/i386/dkcsum.c bios file lib/libz/adler32.c !ppp_deflate & !ipsec & !crypto file dev/cninit.c file arch/i386/i386/mptramp.s multiprocessor +file arch/i386/i386/mp_setperf.c multiprocessor file arch/i386/i386/lock_machdep.c multiprocessor file arch/i386/i386/ipifuncs.c multiprocessor file arch/i386/i386/db_mp.c multiprocessor & ddb |