Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf Revert HZ to 100 what it was



details:   https://anonhg.NetBSD.org/src/rev/a6be092f47fa
branches:  trunk
changeset: 772447:a6be092f47fa
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Jan 04 14:09:48 2012 +0000

description:
Revert HZ to 100 what it was

diffstat:

 sys/arch/usermode/conf/std.usermode |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 0a24d10d39ad -r a6be092f47fa sys/arch/usermode/conf/std.usermode
--- a/sys/arch/usermode/conf/std.usermode       Wed Jan 04 14:04:12 2012 +0000
+++ b/sys/arch/usermode/conf/std.usermode       Wed Jan 04 14:09:48 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: std.usermode,v 1.10 2012/01/03 21:28:50 reinoud Exp $
+# $NetBSD: std.usermode,v 1.11 2012/01/04 14:09:48 reinoud Exp $
 
 include "conf/std"
 
-options        HZ=20
+options        HZ=100
 options                EXEC_ELF32
 options        EXEC_ELF64
 options        EXEC_SCRIPT



Home | Main Index | Thread Index | Old Index