Re: [PATCH 11/32] softirq: Macrofy softirq vectors

2019-02-27 Thread Frederic Weisbecker
On Wed, Feb 27, 2019 at 10:54:10AM +0100, Sebastian Andrzej Siewior wrote: > On 2019-02-12 18:14:02 [+0100], Frederic Weisbecker wrote: > > --- /dev/null > > +++ b/include/linux/softirq_vector.h > > @@ -0,0 +1,10 @@ > could you please add a spdx header/identifier here? Ah right, will do. Thanks.

Re: [PATCH 11/32] softirq: Macrofy softirq vectors

2019-02-27 Thread Sebastian Andrzej Siewior
On 2019-02-12 18:14:02 [+0100], Frederic Weisbecker wrote: > --- /dev/null > +++ b/include/linux/softirq_vector.h > @@ -0,0 +1,10 @@ could you please add a spdx header/identifier here? > +SOFTIRQ_VECTOR(HI) > +SOFTIRQ_VECTOR(TIMER) > +SOFTIRQ_VECTOR(NET_TX) > +SOFTIRQ_VECTOR(NET_RX) > +SOFTIRQ_VEC

[PATCH 11/32] softirq: Macrofy softirq vectors

2019-02-12 Thread Frederic Weisbecker
Define the softirq vectors through macros so that we can later include them in the automated definition of lockdep usage states. Signed-off-by: Frederic Weisbecker Cc: Mauro Carvalho Chehab Cc: Joel Fernandes Cc: Thomas Gleixner Cc: Pavan Kondeti Cc: Paul E . McKenney Cc: David S . Miller C