In message: <3659e546-80a0-4e82-8112-40b093728...@mac.com>
            Marcel Moolenaar <xcl...@mac.com> writes:
: 
: On Jun 23, 2010, at 4:26 PM, Nathan Whitehorn wrote:
: 
: > @@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
: >  */
: > 
: > #ifndef HZ
: > -#  if defined(__amd64__) || defined(__i386__) || defined(__ia64__) || 
defined(__sparc64__)
: > +#  if defined(__amd64__) || defined(__i386__) || defined(__ia64__) || 
defined(__sparc64__) || defined(__powerpc__)
: > #    define HZ 1000
: > #  else
: > #    define HZ 100
: 
: Would you mind inverting the #if statement? The common case is
: obviously 1KHz, so listing the exceptions (I belief that's only
: arm and mips) is more effective...

Shouldn't this be defined in some file in ARCH/include instead?

Warner
_______________________________________________
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