Hi all: There is a small typo in Documentation/networking/ip-sysctl.txt. It still says HZ for i386 architecture is 100, when it is no longer true. The following patch should update it to current HZ=1000 for i386. Although the hint following the text points to the correct place to check for the correct value, HZ=100 for i386 is not correct in 2.6.x. Greetings. -- Jose Luis Domingo Lopez Linux Registered User #189436 Debian Linux Sid (Linux 2.6.0-test10-mm1) --- linux-2.6.0-test10-mm1/Documentation/networking/ip-sysctl.txt 2003-07-14 05:33:46.000000000 +0200 +++ linux-2.6.0-test10-mm1-patches/Documentation/networking/ip-sysctl.txt 2003-11-27 00:08:29.000000000 +0100 @@ -490,7 +490,7 @@ Allows you to write a number, which can be used as required. Default value is 0. -(1) Jiffie: internal timeunit for the kernel. On the i386 1/100s, on the +(1) Jiffie: internal timeunit for the kernel. On the i386 1/1000s, on the Alpha 1/1024s. See the HZ define in /usr/include/asm/param.h for the exact value on your system. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html