x86, msr: Unify variable names
authorBorislav Petkov <bp@suse.de>
Mon, 4 Mar 2013 20:16:19 +0000 (21:16 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 2 Apr 2013 23:03:32 +0000 (16:03 -0700)
Make sure all MSR-accessing primitives which split MSR values in
two 32-bit parts have their variables called 'low' and 'high' for
consistence with the rest of the code and for ease of staring.

Signed-off-by: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/1362428180-8865-5-git-send-email-bp@alien8.de
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found