[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] arm: remove code that sets current to itself
# HG changeset patch # User Tim Deegan <tim@xxxxxxx> # Date 1333038123 -3600 # Node ID 5faa33b8f5483d78f4181ce962f18427646959bf # Parent 3051aee32ed8b75df85f8948b78546265da3f12c arm: remove code that sets current to itself. Signed-off-by: Tim Deegan <tim@xxxxxxx> diff -r 3051aee32ed8 -r 5faa33b8f548 xen/arch/arm/smpboot.c --- a/xen/arch/arm/smpboot.c Thu Mar 29 17:22:02 2012 +0100 +++ b/xen/arch/arm/smpboot.c Thu Mar 29 17:22:03 2012 +0100 @@ -109,7 +109,6 @@ void __cpuinit start_secondary(unsigned gic_init_secondary_cpu(); set_current(idle_vcpu[cpuid]); - this_cpu(curr_vcpu) = current; /* Run local notifiers */ notify_cpu_starting(cpuid); _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |