]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r259197:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 13 Jan 2014 19:14:29 +0000 (19:14 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 13 Jan 2014 19:14:29 +0000 (19:14 +0000)
commit44911f020efe1b879b880e531793474e6133d2c3
tree10d09be87403e0ab7355302b1fee7941d5a7b3a7
parent346d4d2019ec34482d22442c36ca97397d1748dd
MFC r259197:
Do not DELAY() for P-state transition unless we want to see the result.

Intel manual says: "If a transition is already in progress, transition to
a new value will subsequently take effect. Reads of IA32_PERF_CTL determine
the last targeted operating point."  So seems it should be fine to just
trigger wanted transition and go.  Linux does the same.

git-svn-id: svn://svn.freebsd.org/base/stable/8@260602 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/x86/cpufreq/est.c