On Wed, Jun 23, 2010 at 19:26, M. Warner Losh <i...@bsdimp.com> wrote:

> : > #    define HZ 1000
> : > #  else
> : > #    define HZ 100
>
> Shouldn't this be defined in some file in ARCH/include instead?

Didn't it used to be?  I think the problem with doing that is that
then someone inevitably writes code that uses HZ instead of the
(tunable) hz.  Of course, you can hide it behind an obscure #ifdef and
even give it an intimidating name.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to