From: H. Peter Anvin Date: Tue, 26 Aug 2008 00:44:03 +0000 (-0700) Subject: x86: msr-on-cpu: remove unnecessary level of abstraction X-Git-Tag: v2.6.28-rc1~734^2^3~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdd314616f7218e325aa9637a46159ecba44cfeb;p=pandora-kernel.git x86: msr-on-cpu: remove unnecessary level of abstraction 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 --- Reading git-diff-tree failed