Re: [Xen-devel] [PATCH v3] xen/arm: split the init_xen_time() in 2 parts

2015-01-28 Thread Oleksandr Tyshchenko
On Wed, Jan 28, 2015 at 12:23 AM, Julien Grall wrote: > Hi Oleksandr, Hi Julien > > Thank you for the quick change. Thank you for your suggestion. > > On 27/01/2015 18:59, Oleksandr Tyshchenko wrote: >> >> Create preinit_xen_time() and move to it minimum required >> subset of operations needed to

Re: [Xen-devel] [PATCH v3] xen/arm: split the init_xen_time() in 2 parts

2015-01-27 Thread Julien Grall
Hi Oleksandr, Thank you for the quick change. On 27/01/2015 18:59, Oleksandr Tyshchenko wrote: Create preinit_xen_time() and move to it minimum required subset of operations needed to properly initialized cpu_khz and boot_count vars. This is allow us to use udelay() immediately after the call.

[Xen-devel] [PATCH v3] xen/arm: split the init_xen_time() in 2 parts

2015-01-27 Thread Oleksandr Tyshchenko
Create preinit_xen_time() and move to it minimum required subset of operations needed to properly initialized cpu_khz and boot_count vars. This is allow us to use udelay() immediately after the call. Signed-off-by: Oleksandr Tyshchenko CC: Julien Grall --- Changes in v2: 1. Move timer_ids out o