From: Jacob Pan Date: Fri, 11 Oct 2013 23:54:58 +0000 (-0700) Subject: x86 / msr: add 64bit _on_cpu access functions X-Git-Tag: v3.13-rc1~96^2~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6b991a9875a4c4811c7baf4058fa17aa1a9d9b;p=pandora-kernel.git x86 / msr: add 64bit _on_cpu access functions Having 64-bit MSR access methods on given CPU can avoid shifting and simplify MSR content manipulation. We already have other combinations of rdmsrl_xxx and wrmsrl_xxx but missing the _on_cpu version. Signed-off-by: Srinivas Pandruvada Signed-off-by: Jacob Pan Reviewed-by: H. Peter Anvin Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed