Turbostat: Refactor migrate CPU before get_MSR
authorVincent Brillault <git@lerya.net>
Sat, 23 Aug 2014 07:32:04 +0000 (09:32 +0200)
committerVincent Brillault <git@lerya.net>
Sat, 28 Feb 2015 06:35:40 +0000 (07:35 +0100)
In two out of three "get_msr" calls, there is a CPU migration, which
does not seem to be used by something else (in one case, it was used by
the rdtsc call).
Move the migrate call directly into the open_msr function


No differences found