From: Julien Grall <julien.grall@linaro.org>
To: Ian Campbell <Ian.Campbell@citrix.com>, vijay.kilari@gmail.com
Cc: Prasun.Kapoor@caviumnetworks.com,
vijaya.kumar@caviumnetworks.com, xen-devel@lists.xen.org,
stefano.stabellini@citrix.com, stefano.stabellini@eu.citrix.com
Subject: Re: [PATCH] xen/arm: remove check for generic timer support for arm64
Date: Mon, 02 Jun 2014 15:50:49 +0100 [thread overview]
Message-ID: <538C8F49.4090007@linaro.org> (raw)
In-Reply-To: <1401720486.28761.15.camel@kazak.uk.xensource.com>
On 06/02/2014 03:48 PM, Ian Campbell wrote:
> On Mon, 2014-06-02 at 14:07 +0530, vijay.kilari@gmail.com wrote:
>> From: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>
>>
>> arm64 always supports generic timer. So check is not required
>> for arm64. For platforms which supports only aarch64 mode this
>> check always passes and panics
>>
>> Signed-off-by: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>
>> ---
>> xen/arch/arm/time.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/xen/arch/arm/time.c b/xen/arch/arm/time.c
>> index 4c3e1a6..801c130 100644
>> --- a/xen/arch/arm/time.c
>> +++ b/xen/arch/arm/time.c
>> @@ -138,8 +138,10 @@ int __init init_xen_time(void)
>> panic("Timer: Cannot initialize platform timer");
>>
>> /* Check that this CPU supports the Generic Timer interface */
>> +#ifdef CONFIG_ARM_32
>> if ( !cpu_has_gentimer )
>> panic("CPU does not support the Generic Timer v1 interface");
>> +#endif
>
> Coming at this form a different angle (ignoring feature flags etc), we
> have by this point already been told by the device tree that a generic
> timer is present (we panic if we don't find a node). So this check is a
> bit redundant (I suppose it would catch people with an incorrect DT, but
> I expect we'd figure that out pretty soon even without this check).
>
> Perhaps we should just remove this check altogether? Or the suggestion
> to #define it to 1 on arm64 would also work.
I though about removing this bit... but I'm not sure if ACPI will give
us the necessary information for the generic timer.
Regards,
--
Julien Grall
next prev parent reply other threads:[~2014-06-02 14:50 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-02 8:37 [PATCH] xen/arm: remove check for generic timer support for arm64 vijay.kilari
2014-06-02 11:06 ` Julien Grall
2014-06-02 11:09 ` Ian Campbell
2014-06-02 11:13 ` Julien Grall
2014-06-02 13:03 ` Ian Campbell
2014-06-02 13:23 ` Julien Grall
2014-06-02 13:30 ` Ian Campbell
2014-06-02 13:39 ` Julien Grall
2014-06-02 13:59 ` Vijay Kilari
2014-06-02 14:02 ` Ian Campbell
2014-06-02 14:08 ` Vijay Kilari
2014-06-02 14:11 ` Ian Campbell
2014-06-02 14:13 ` Julien Grall
2014-06-02 14:21 ` Ian Campbell
2014-06-02 14:10 ` Julien Grall
2014-06-02 14:12 ` Ian Campbell
2014-06-02 14:01 ` Ian Campbell
2014-06-02 14:48 ` Ian Campbell
2014-06-02 14:50 ` Julien Grall [this message]
2014-06-02 14:53 ` Ian Campbell
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=538C8F49.4090007@linaro.org \
--to=julien.grall@linaro.org \
--cc=Ian.Campbell@citrix.com \
--cc=Prasun.Kapoor@caviumnetworks.com \
--cc=stefano.stabellini@citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=vijay.kilari@gmail.com \
--cc=vijaya.kumar@caviumnetworks.com \
--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.