[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] arm: remove code that sets current to itself
# HG changeset patch # User Tim Deegan <tim@xxxxxxx> # Date 1333360444 -3600 # Node ID 64b69baaaf2fd274fe9daa46108fa6facd7ead5d # Parent 1088c8557a46ab28e509bb9482e2a73a21590df8 arm: remove code that sets current to itself Signed-off-by: Tim Deegan <tim@xxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r 1088c8557a46 -r 64b69baaaf2f xen/arch/arm/smpboot.c --- a/xen/arch/arm/smpboot.c Fri Mar 30 21:05:54 2012 +0100 +++ b/xen/arch/arm/smpboot.c Mon Apr 02 10:54:04 2012 +0100 @@ -108,7 +108,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-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |