Re: [v1 8/9] x86/tsc: tsc early

2017-03-23 Thread kbuild test robot
Hi Pavel, [auto build test ERROR on tip/sched/core] [also build test ERROR on v4.11-rc3 next-20170323] [cannot apply to tip/x86/core] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Pavel-Tatashi

[v1 8/9] x86/tsc: tsc early

2017-03-22 Thread Pavel Tatashin
tsc_early_init(): Use verious methods to determine the availability of TSC feature and its frequency early in boot, and if that is possible initialize TSC and also call sched_clock_early_init() to be able to get timestamps early in boot. tsc_early_fini() Implement the finish part of early tsc feat