Re: [PATCH v7 6/6] x86/tsc: use tsc early

2017-11-08 Thread Pavel Tatashin
Hi Dou, > I have tested it based on tip tree. it is OK for me. Execllent, Thank you very much for spending time testing this project. >> x86_init.timers.timer_init(); >> tsc_init(); >> + tsc_early_fini(); > > > Can we put this into tsc_init(), So we can remove the definiti

Re: [PATCH v7 6/6] x86/tsc: use tsc early

2017-11-08 Thread Dou Liyang
Hi Pavel, Sorry to reply so late. I have tested it based on tip tree. it is OK for me. some concerns below. At 11/03/2017 01:26 AM, Pavel Tatashin wrote: tsc_early_init(): Determines offset, shift and multiplier for the early clock based on the TSC frequency. tsc_early_fini() Implement the f

Re: [PATCH v7 6/6] x86/tsc: use tsc early

2017-11-03 Thread Pavel Tatashin
Hi Dou, Thank you for testing it! I will rebase this series of the 'tip' tree for the next iteration. Thank you, Pasha

Re: [PATCH v7 6/6] x86/tsc: use tsc early

2017-11-02 Thread Dou Liyang
Hi Pavel, At 11/03/2017 01:26 AM, Pavel Tatashin wrote: tsc_early_init(): Determines offset, shift and multiplier for the early clock based on the TSC frequency. tsc_early_fini() Implement the finish part of early tsc feature, prints message about the offset, which can be useful to find out how