[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86,amd: remove unused wrmsr_amd
commit c6686badb4a81f8b1f2eaaa198df06569a07f7ee Author: Aravind Gopalakrishnan <aravind.gopalakrishnan@xxxxxxx> AuthorDate: Tue Jun 10 12:04:35 2014 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Tue Jun 10 12:04:35 2014 +0200 x86,amd: remove unused wrmsr_amd After Andrew's commit 07884c9, all writes to password-protected MSR's are performed using wrmsr_amd_safe. Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@xxxxxxx> --- xen/arch/x86/cpu/amd.c | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/xen/arch/x86/cpu/amd.c b/xen/arch/x86/cpu/amd.c index ba6b63e..5e78f87 100644 --- a/xen/arch/x86/cpu/amd.c +++ b/xen/arch/x86/cpu/amd.c @@ -45,17 +45,6 @@ integer_param("cpuid_mask_thermal_ecx", opt_cpuid_mask_thermal_ecx); s8 __read_mostly opt_allow_unsafe; boolean_param("allow_unsafe", opt_allow_unsafe); -static inline void wrmsr_amd(unsigned int index, unsigned int lo, - unsigned int hi) -{ - asm volatile ( - "wrmsr" - : /* No outputs */ - : "c" (index), "a" (lo), - "d" (hi), "D" (0x9c5a203a) - ); -} - static inline int rdmsr_amd_safe(unsigned int msr, unsigned int *lo, unsigned int *hi) { -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |