Re: [PATCH V6 1/2] genirq: Add an accessor for IRQ_PER_CPU flag

2013-12-03 Thread Will Deacon
On Mon, Dec 02, 2013 at 09:34:02AM +, Vinayak Kale wrote: > This patch adds an accessor function for IRQ_PER_CPU flag. > The accessor function is useful to determine whether an IRQ is percpu or not. > > This patch is based on an older patch posted by Chris Smith here [1]. > There is a minor

Re: [PATCH V6 1/2] genirq: Add an accessor for IRQ_PER_CPU flag

2013-12-03 Thread Will Deacon
On Mon, Dec 02, 2013 at 09:34:02AM +, Vinayak Kale wrote: This patch adds an accessor function for IRQ_PER_CPU flag. The accessor function is useful to determine whether an IRQ is percpu or not. This patch is based on an older patch posted by Chris Smith here [1]. There is a minor change

[PATCH V6 1/2] genirq: Add an accessor for IRQ_PER_CPU flag

2013-12-02 Thread Vinayak Kale
This patch adds an accessor function for IRQ_PER_CPU flag. The accessor function is useful to determine whether an IRQ is percpu or not. This patch is based on an older patch posted by Chris Smith here [1]. There is a minor change w.r.t. Chris's original patch: The accessor function is renamed as

[PATCH V6 1/2] genirq: Add an accessor for IRQ_PER_CPU flag

2013-12-02 Thread Vinayak Kale
This patch adds an accessor function for IRQ_PER_CPU flag. The accessor function is useful to determine whether an IRQ is percpu or not. This patch is based on an older patch posted by Chris Smith here [1]. There is a minor change w.r.t. Chris's original patch: The accessor function is renamed as