[PATCH 2/4] arm64: GICv3: change unsigned types for AArch32 compatibility

Vladimir Murzin vladimir.murzin at arm.com
Thu Dec 18 05:27:04 PST 2014


Hi Jean,

On 11/12/14 14:23, Jean-Philippe Brucker wrote:
> -static int gic_populate_rdist(void)
> +static int __init gic_populate_rdist(void)
              ^^^^^^
This change breaks cpu hotplug. Is it intentional?

Vladimir

>  {
> -     u64 mpidr = cpu_logical_map(smp_processor_id());
> +     unsigned long mpidr = cpu_logical_map(smp_processor_id());
>       u64 typer;

-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No:  2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No:  2548782




More information about the linux-arm-kernel mailing list