
26 Jul
2017
26 Jul
'17
5:16 a.m.
On Wed, Jul 26, 2017 at 11:12 AM, Bin Meng bmeng.cn@gmail.com wrote:
cpu_mhz_from_msr() is currently Intel-specific, and should not
oops: patch ordering issue :)
It should be: try_msr_calibrate_tsc()... as try_msr_calibrate_tsc() is renamed to cpu_mhz_from_msr() in patch [6/6]
execute on any other vendor's parts.
This keeps in sync with Linux kernel commit: ba82683: x86/tsc_msr: Identify Intel-specific code
Signed-off-by: Bin Meng bmeng.cn@gmail.com
drivers/timer/tsc_timer.c | 4 ++++ 1 file changed, 4 insertions(+)
Regards, Bin