Change __FreeBSD_version to prepare for merging r184102.

This commit is contained in:
Jung-uk Kim 2009-01-21 20:44:42 +00:00
parent 1c570a0c09
commit d8b677e50d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187566

View File

@ -910,7 +910,7 @@ tsc_freq_changed(void *arg, const struct cf_level *level, int status)
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;