From: Julien Grall <julien.grall@linaro.org>
To: Oleksandr Tyshchenko <oleksandr.tyshchenko@globallogic.com>,
xen-devel@lists.xen.org
Cc: tim@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com
Subject: Re: [RFC PATCH v2] xen/arm: split the init_xen_time() in 2 parts
Date: Tue, 27 Jan 2015 17:09:29 +0000 [thread overview]
Message-ID: <54C7C649.4070209@linaro.org> (raw)
In-Reply-To: <1422365971-16840-1-git-send-email-oleksandr.tyshchenko@globallogic.com>
Hi Oleksandr,
On 27/01/15 13:39, Oleksandr Tyshchenko wrote:
> -/* Set up the timer on the boot CPU */
> -int __init init_xen_time(void)
> +static const struct dt_device_match timer_ids[] __initconst =
> +{
> + DT_MATCH_TIMER,
> + { /* sentinel */ },
> +};
> +
> +/* Set up the timer on the boot CPU (early init function) */
> +void __init preinit_xen_time(void)
> {
> - static const struct dt_device_match timer_ids[] __initconst =
> - {
> - DT_MATCH_TIMER,
> - { /* sentinel */ },
> - };
I guess this is a left-over from the previous version?
I would keep the definition of the variable here.
Otherwise this patch looks good to me.
Regards,
--
Julien Grall
next prev parent reply other threads:[~2015-01-27 17:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-27 13:39 [RFC PATCH v2] xen/arm: split the init_xen_time() in 2 parts Oleksandr Tyshchenko
2015-01-27 16:43 ` Ian Campbell
2015-01-27 17:00 ` Oleksandr Tyshchenko
2015-01-27 17:09 ` Julien Grall [this message]
2015-01-27 17:52 ` Oleksandr Tyshchenko
2015-01-27 18:00 ` Julien Grall
2015-01-27 18:09 ` Oleksandr Tyshchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54C7C649.4070209@linaro.org \
--to=julien.grall@linaro.org \
--cc=ian.campbell@citrix.com \
--cc=oleksandr.tyshchenko@globallogic.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=tim@xen.org \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.