svn commit: r187566 - head/sys/contrib/altq/altq

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Wed Jan 21 14:05:08 PST 2009


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?

-- 
Bjoern A. Zeeb                      The greatest risk is not taking one.


More information about the svn-src-head mailing list