Re: [PATCH] x86/timers: Move simple_udelay_calibration past init_hypervisor_platform

2017-05-28 Thread Jan Kiszka
On 2017-05-27 01:04, Andy Shevchenko wrote: > +Cc Mathias > > On Wed, May 24, 2017 at 9:04 PM, Jan Kiszka wrote: >> This ensures that adjustments to x86_platform done by the hypervisor >> setup is already respected by this simple calibration. >> >> The current user of this, introduced by 1b5aeebf

Re: [PATCH] x86/timers: Move simple_udelay_calibration past init_hypervisor_platform

2017-05-26 Thread Andy Shevchenko
+Cc Mathias On Wed, May 24, 2017 at 9:04 PM, Jan Kiszka wrote: > This ensures that adjustments to x86_platform done by the hypervisor > setup is already respected by this simple calibration. > > The current user of this, introduced by 1b5aeebf3a92 ("x86/earlyprintk: > Add support for earlyprintk

Re: [PATCH] x86/timers: Move simple_udelay_calibration past init_hypervisor_platform

2017-05-24 Thread Lu Baolu
On 05/25/2017 02:04 AM, Jan Kiszka wrote: > This ensures that adjustments to x86_platform done by the hypervisor > setup is already respected by this simple calibration. > > The current user of this, introduced by 1b5aeebf3a92 ("x86/earlyprintk: > Add support for earlyprintk via USB3 debug port")

[PATCH] x86/timers: Move simple_udelay_calibration past init_hypervisor_platform

2017-05-24 Thread Jan Kiszka
This ensures that adjustments to x86_platform done by the hypervisor setup is already respected by this simple calibration. The current user of this, introduced by 1b5aeebf3a92 ("x86/earlyprintk: Add support for earlyprintk via USB3 debug port"), comes much later into play. Signed-off-by: Jan Kis