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

2015-01-26 Thread Oleksandr Tyshchenko
On Mon, Jan 26, 2015 at 3:32 PM, Julien Grall wrote: > Hi Oleksandr, Hi Julien Thank you for your comments. > > Thank you for the patch. See few comments below. > > On 23/01/15 15:49, Oleksandr Tyshchenko wrote: >> Create preinit_xen_time() and move to it minimum required >> subset of operations n

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

2015-01-26 Thread Julien Grall
Hi Oleksandr, Thank you for the patch. See few comments below. On 23/01/15 15:49, 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() > immedia

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

2015-01-23 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 --- xen/arch/arm/setup.c | 2 ++ xen/ar