[PATCH] ux500: add CPU hotplug support

Russell King - ARM Linux linux at arm.linux.org.uk
Mon Sep 13 07:06:32 EDT 2010


On Mon, Sep 13, 2010 at 04:31:38PM +0530, Sundar Iyer wrote:
> diff --git a/arch/arm/mach-ux500/platsmp.c b/arch/arm/mach-ux500/platsmp.c
> index 438ef16..ade2e17 100644
> --- a/arch/arm/mach-ux500/platsmp.c
> +++ b/arch/arm/mach-ux500/platsmp.c
> @@ -26,7 +26,7 @@
>   * control for which core is the next to come out of the secondary
>   * boot "holding pen"
>   */
> -volatile int __cpuinitdata pen_release = -1;
> +volatile int pen_release = -1;

This looks like an unnecessary change.



More information about the linux-arm-kernel mailing list