]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()
authorH. Peter Anvin <hpa@zytor.com>
Thu, 7 Jun 2012 20:32:04 +0000 (13:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 7 Jun 2012 20:32:04 +0000 (13:32 -0700)
commit715c85b1fc824e9cd0ea07d6ceb80d2262f32e90
tree7371367ce975c575b844eddd63daed92d66830a4
parent2c929ce6f1ed1302be225512b433e6a6554f71a4
x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()

Rename checking_wrmsrl() to wrmsrl_safe(), to match the naming
convention used by all the other MSR access functions/macros.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/msr.h
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/perf_event.c
arch/x86/kernel/cpu/perf_event_intel.c
arch/x86/kernel/cpu/perf_event_p4.c
arch/x86/kernel/cpu/perf_event_p6.c
arch/x86/kernel/process_64.c
arch/x86/vdso/vdso32-setup.c