Re: [PATCH V2 1/2] irqchip/gic: Only allow the primary GIC to set the CPU map

2015-08-03 Thread Marc Zyngier
On 31/07/15 09:44, Jon Hunter wrote: > The gic_init_bases() function initialises an array that stores the mapping > between the GIC and CPUs. This array is a global array that is > unconditionally initialised on every call to gic_init_bases(). Although, > it is not common for there to be more than

Re: [PATCH V2 1/2] irqchip/gic: Only allow the primary GIC to set the CPU map

2015-08-03 Thread Marc Zyngier
On 31/07/15 09:44, Jon Hunter wrote: The gic_init_bases() function initialises an array that stores the mapping between the GIC and CPUs. This array is a global array that is unconditionally initialised on every call to gic_init_bases(). Although, it is not common for there to be more than one

[PATCH V2 1/2] irqchip/gic: Only allow the primary GIC to set the CPU map

2015-07-31 Thread Jon Hunter
The gic_init_bases() function initialises an array that stores the mapping between the GIC and CPUs. This array is a global array that is unconditionally initialised on every call to gic_init_bases(). Although, it is not common for there to be more than one GIC instance, there are some devices

[PATCH V2 1/2] irqchip/gic: Only allow the primary GIC to set the CPU map

2015-07-31 Thread Jon Hunter
The gic_init_bases() function initialises an array that stores the mapping between the GIC and CPUs. This array is a global array that is unconditionally initialised on every call to gic_init_bases(). Although, it is not common for there to be more than one GIC instance, there are some devices