All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: fix indentation level in startup_cpu_idle_loop
@ 2012-02-15 16:49 Ian Campbell
  2012-02-15 17:18 ` Tim Deegan
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2012-02-15 16:49 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm: fix indentation level in startup_cpu_idle_loop
  2012-02-15 16:49 [PATCH] arm: fix indentation level in startup_cpu_idle_loop Ian Campbell
@ 2012-02-15 17:18 ` Tim Deegan
  2012-02-17 12:25   ` Ian Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Deegan @ 2012-02-15 17:18 UTC (permalink / raw)
  To: Ian Campbell; +Cc: xen-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm: fix indentation level in startup_cpu_idle_loop
  2012-02-15 17:18 ` Tim Deegan
@ 2012-02-17 12:25   ` Ian Campbell
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2012-02-17 12:25 UTC (permalink / raw)
  To: Tim Deegan; +Cc: xen-devel

On Wed, 2012-02-15 at 17:18 +0000, Tim Deegan wrote:
> 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>

Thanks, committed.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-17 12:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-15 16:49 [PATCH] arm: fix indentation level in startup_cpu_idle_loop Ian Campbell
2012-02-15 17:18 ` Tim Deegan
2012-02-17 12:25   ` Ian Campbell

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.