[PATCH 4/5] x86, msr: Unify variable names

2013-03-04 Thread Borislav Petkov
From: Borislav Petkov 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 --- arch/x86/include/asm/msr.h | 14

[PATCH 4/5] x86, msr: Unify variable names

2013-03-04 Thread Borislav Petkov
From: Borislav Petkov b...@suse.de 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 b...@suse.de ---