
patchbot at xen
Apr 2, 2012, 1:55 PM
Post #1 of 1
(32 views)
Permalink
|
|
[xen-unstable] arm: remove code that sets current to itself
|
|
# HG changeset patch # User Tim Deegan <tim [at] xen> # Date 1333360444 -3600 # Node ID 64b69baaaf2fd274fe9daa46108fa6facd7ead5d # Parent 1088c8557a46ab28e509bb9482e2a73a21590df8 arm: remove code that sets current to itself Signed-off-by: Tim Deegan <tim [at] xen> Committed-by: Ian Campbell <ian.campbell [at] citrix> --- 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 [at] lists http://lists.xensource.com/xen-changelog
|