From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4] xen/arm: split the init_xen_time() in 2 parts Date: Wed, 28 Jan 2015 14:06:38 +0000 Message-ID: <1422453998.5187.0.camel@citrix.com> References: <1422442481-29619-1-git-send-email-oleksandr.tyshchenko@globallogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422442481-29619-1-git-send-email-oleksandr.tyshchenko@globallogic.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Oleksandr Tyshchenko Cc: julien.grall@linaro.org, tim@xen.org, stefano.stabellini@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-01-28 at 12:54 +0200, 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. > > Signed-off-by: Oleksandr Tyshchenko > Reviewed-by: Julien Grall Acked + applied. > --- > Changes in v4: > No changes. FYI it's not generally necessary to repost just to accumulate acks, I'm happy to do it as I commit, I think other comitters are too. Ian.