xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Tim Deegan <tim@xen.org>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH] arm: fix indentation level in startup_cpu_idle_loop
Date: Wed, 15 Feb 2012 17:18:17 +0000	[thread overview]
Message-ID: <20120215171817.GC28101@ocelot.phlegethon.org> (raw)
In-Reply-To: <1329324552-885-1-git-send-email-ian.campbell@citrix.com>

At 16:49 +0000 on 15 Feb (1329324552), Ian Campbell wrote:
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Acked-by: Tim Deegan <tim@xen.org>

> ---
>  xen/arch/arm/domain.c |   14 +++++++-------
>  1 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/xen/arch/arm/domain.c b/xen/arch/arm/domain.c
> index 5fe370b..0b55934 100644
> --- a/xen/arch/arm/domain.c
> +++ b/xen/arch/arm/domain.c
> @@ -163,15 +163,15 @@ void sync_local_execstate(void)
>  
>  void startup_cpu_idle_loop(void)
>  {
> -        struct vcpu *v = current;
> +    struct vcpu *v = current;
>  
> -        ASSERT(is_idle_vcpu(v));
> -        /* TODO
> -           cpumask_set_cpu(v->processor, v->domain->domain_dirty_cpumask);
> -           cpumask_set_cpu(v->processor, v->vcpu_dirty_cpumask);
> -        */
> +    ASSERT(is_idle_vcpu(v));
> +    /* TODO
> +       cpumask_set_cpu(v->processor, v->domain->domain_dirty_cpumask);
> +       cpumask_set_cpu(v->processor, v->vcpu_dirty_cpumask);
> +    */
>  
> -        reset_stack_and_jump(idle_loop);
> +    reset_stack_and_jump(idle_loop);
>  }
>  
>  struct domain *alloc_domain_struct(void)
> -- 
> 1.7.2.5
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

  reply	other threads:[~2012-02-15 17:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-15 16:49 [PATCH] arm: fix indentation level in startup_cpu_idle_loop Ian Campbell
2012-02-15 17:18 ` Tim Deegan [this message]
2012-02-17 12:25   ` 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=20120215171817.GC28101@ocelot.phlegethon.org \
    --to=tim@xen.org \
    --cc=ian.campbell@citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).