From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH] arm: fix indentation level in startup_cpu_idle_loop Date: Wed, 15 Feb 2012 16:49:12 +0000 Message-ID: <1329324552-885-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Campbell --- 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