Change __FreeBSD_version to prepare for merging r184102.
This commit is contained in:
parent
1c570a0c09
commit
d8b677e50d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user