On Wednesday 21 January 2009 05:00 pm, Bjoern A. Zeeb wrote: > On Wed, 21 Jan 2009, Jung-uk Kim wrote: > > Author: jkim > > Date: Wed Jan 21 20:44:42 2009 > > New Revision: 187566 > > URL: http://svn.freebsd.org/changeset/base/187566 > > > > Log: > > Change __FreeBSD_version to prepare for merging r184102. > > > > Modified: > > head/sys/contrib/altq/altq/altq_subr.c > > > > Modified: head/sys/contrib/altq/altq/altq_subr.c > > ================================================================= > >============= --- head/sys/contrib/altq/altq/altq_subr.c Wed Jan > > 21 20:16:11 2009 (r187565) +++ > > head/sys/contrib/altq/altq/altq_subr.c Wed Jan 21 20:44:42 > > 2009 (r187566) @@ -910,7 +910,7 @@ tsc_freq_changed(void *arg, > > const struct if (status != 0) > > return; > > > > -#if (__FreeBSD_version >= 800050) && (defined(__amd64__) || > > defined(__i386__)) +#if (__FreeBSD_version >= 701102) && > > (defined(__amd64__) || defined(__i386__)) /* If TSC is P-state > > invariant, don't do anything. */ > > if (tsc_is_invariant) > > return; > > Doesn't that leave a gap now for 800000 to 800050?
Don't we have "-CURRENT has no seat belt" policy? Jung-uk Kim _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"