All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@linaro.org>
To: xen-devel@lists.xenproject.org
Cc: stefano.stabellini@citrix.com, tim@xen.org, ian.campbell@citrix.com
Subject: Re: [PATCH] xen/arm: Small fixes after GICv2 changes by commit ee65c87
Date: Wed, 02 Jul 2014 14:14:43 +0100	[thread overview]
Message-ID: <53B405C3.2030408@linaro.org> (raw)
In-Reply-To: <1404304489-24396-1-git-send-email-julien.grall@linaro.org>

On 07/02/2014 01:34 PM, Julien Grall wrote:
> The commit ee65c87 moves the GICv2 code in a separate file. Even though this
> patch is only deals with code movement, a comment was modify for no reason.
> 
> Also rename gic_v2_init into gicv2_setup which is what the function does
> and less confusing with the other function called gicv2_init.
> 
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
> ---
>  xen/arch/arm/gic-v2.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/xen/arch/arm/gic-v2.c b/xen/arch/arm/gic-v2.c
> index 695c232..74c72d6 100644
> --- a/xen/arch/arm/gic-v2.c
> +++ b/xen/arch/arm/gic-v2.c
> @@ -372,12 +372,12 @@ static void gicv2_clear_lr(int lr)
>      writel_relaxed(0, GICH + GICH_LR + lr * 4);
>  }
>  
> -static int gicv_v2_init(struct domain *d)
> +static int gicv2_setup(struct domain *d)

Hmmmm... I forgot to modify the caller. :/ I will send a v2 right now.

-- 
Julien Grall

      reply	other threads:[~2014-07-02 13:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-02 12:34 [PATCH] xen/arm: Small fixes after GICv2 changes by commit ee65c87 Julien Grall
2014-07-02 13:14 ` Julien Grall [this message]

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=53B405C3.2030408@linaro.org \
    --to=julien.grall@linaro.org \
    --cc=ian.campbell@citrix.com \
    --cc=stefano.stabellini@citrix.com \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xenproject.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.