From: Borislav Petkov Date: Fri, 22 May 2009 10:12:01 +0000 (+0200) Subject: x86: MSR: add a struct representation of an MSR X-Git-Tag: v2.6.31-rc1~391^2~25 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc1096d7ab3621b3ffcf06616d1f4e0325d903d;p=pandora-kernel.git 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 Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed