[RFC PATCH 4/5] arm64: add CPU_HOTPLUG infrastructure
Stephen Boyd
sboyd at codeaurora.org
Thu Jul 11 05:33:59 EDT 2013
On 07/10, Mark Rutland wrote:
> +void __ref cpu_die(void)
> +{
> + unsigned int cpu = smp_processor_id();
> +
> + idle_task_exit();
> +
> + local_irq_disable();
> + mb();
> +
> + /* Tell __cpu_die() that this CPU is now safe to dispose of */
> + RCU_NONIDLE(complete(&cpu_died));
This isn't true anymore.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
More information about the linux-arm-kernel
mailing list