From: Tim Deegan Date: Mon, 2 Apr 2012 09:54:04 +0000 (+0100) Subject: arm: remove code that sets current to itself X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8bbff1a751c49c377f7252191b8e15cfc7992cdf;p=xen.git arm: remove code that sets current to itself Signed-off-by: Tim Deegan Committed-by: Ian Campbell --- diff --git a/xen/arch/arm/smpboot.c b/xen/arch/arm/smpboot.c index 4288710c97..c7773da35a 100644 --- a/xen/arch/arm/smpboot.c +++ b/xen/arch/arm/smpboot.c @@ -108,7 +108,6 @@ void __cpuinit start_secondary(unsigned long boot_phys_offset, gic_init_secondary_cpu(); set_current(idle_vcpu[cpuid]); - this_cpu(curr_vcpu) = current; /* Run local notifiers */ notify_cpu_starting(cpuid);