Re: [RFC v2 PATCH 03/14] irq: add new struct ipi_mask

2015-10-13 Thread Qais Yousef
On 10/13/2015 02:26 PM, Thomas Gleixner wrote: On Tue, 13 Oct 2015, Qais Yousef wrote: cpumask is limited to NR_CPUS. introduce ipi_mask which allows us to address cpu range that is higher than NR_CPUS which is required for drivers to send IPIs for coprocessor that are outside Linux CPU range.

Re: [RFC v2 PATCH 03/14] irq: add new struct ipi_mask

2015-10-13 Thread Thomas Gleixner
On Tue, 13 Oct 2015, Qais Yousef wrote: > cpumask is limited to NR_CPUS. introduce ipi_mask which allows us to address > cpu range that is higher than NR_CPUS which is required for drivers to send > IPIs for coprocessor that are outside Linux CPU range. > > Signed-off-by: Qais Yousef > --- > inc