x86: msr-on-cpu: remove unnecessary level of abstraction
authorH. Peter Anvin <hpa@zytor.com>
Tue, 26 Aug 2008 00:44:03 +0000 (17:44 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 26 Aug 2008 05:45:50 +0000 (22:45 -0700)
Remove an unnecessary level of abstraction in the msr-on-cpu library.
Although this duplicates some code, the duplicated code is less than
the additional code, and this way should be faster.

Additionally, change the order of the functions to make the regular
structure of this file more obvious.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found