commit | 6bc1096d7ab3621b3ffcf06616d1f4e0325d903d | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Fri May 22 12:12:01 2009 +0200 |
committer | Borislav Petkov <borislav.petkov@amd.com> | Wed Jun 10 12:18:42 2009 +0200 |
tree | 286d1e4545fbd69c25fb4a5044d1d51122169a1d | |
parent | 07a2039b8eb0af4ff464efd3dfd95de5c02648c6 [diff] |
x86: MSR: add a struct representation of an MSR Add a struct representing a 64bit MSR pair consisting of a low and high register part and convert msr_info to use it. Also, rename msr-on-cpu.c to msr.c. Side note: Put the cpumask.h include in __KERNEL__ space thus fixing an allmodconfig build failure in the headers_check target. CC: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>