> This patch makes it possible to use other HZ values (17-4096) than 20, 64,
> 100, 1000 and 1024.
Except that this doesn't really work. Each architecture has constant
value for HZ that has also been compiled into applications. If you change
the kernel value you'll also have to account for that by either recompiling
your applications. Got plenty of time and source for all your apps? Ok ...
The better alternative is to modify the system interfaces which return results
in jiffies such as times(2) and /proc.
Ralf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/