|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] arm: fix indentation level in startup_cpu_idle_loop
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1329481478 0
# Node ID 87218bd367befca7d3488ba1cf4feb2b10d5f14e
# Parent b5ac7d99d93f061977467c0a383b993b3e5e6507
arm: fix indentation level in startup_cpu_idle_loop
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
Acked-by: Tim Deegan <tim@xxxxxxx>
Committed-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
---
diff -r b5ac7d99d93f -r 87218bd367be xen/arch/arm/domain.c
--- a/xen/arch/arm/domain.c Fri Feb 17 15:14:25 2012 +0800
+++ b/xen/arch/arm/domain.c Fri Feb 17 12:24:38 2012 +0000
@@ -163,15 +163,15 @@
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)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |