x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappers
authorSean Christopherson <seanjc@google.com>
Tue, 4 May 2021 22:56:32 +0000 (15:56 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 5 May 2021 19:50:14 +0000 (21:50 +0200)
commitfc48a6d1faadbf08b7a840d58a5a6eb85bd1a79a
treea3e82d273054dfc33f67fec9fb149adcae10c97d
parentb6b4fbd90b155a0025223df2c137af8a701d53b3
x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappers

Drop write_tsc() and write_rdtscp_aux(); the former has no users, and the
latter has only a single user and is slightly misleading since the only
in-kernel consumer of MSR_TSC_AUX is RDPID, not RDTSCP.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210504225632.1532621-3-seanjc@google.com
arch/x86/include/asm/msr.h
arch/x86/kernel/cpu/common.c