Re: [PATCH 24/32] softirq: Uninline !CONFIG_TRACE_IRQFLAGS __local_bh_disable_ip()

2019-02-27 Thread Frederic Weisbecker
On Wed, Feb 27, 2019 at 12:14:29PM +0100, Sebastian Andrzej Siewior wrote: > On 2019-02-12 18:14:15 [+0100], Frederic Weisbecker wrote: > > diff --git a/include/linux/bottom_half.h b/include/linux/bottom_half.h > > index 240419382978..ef9e4c752f56 100644 > > --- a/include/linux/bottom_half.h > > ++

Re: [PATCH 24/32] softirq: Uninline !CONFIG_TRACE_IRQFLAGS __local_bh_disable_ip()

2019-02-27 Thread Sebastian Andrzej Siewior
On 2019-02-12 18:14:15 [+0100], Frederic Weisbecker wrote: > diff --git a/include/linux/bottom_half.h b/include/linux/bottom_half.h > index 240419382978..ef9e4c752f56 100644 > --- a/include/linux/bottom_half.h > +++ b/include/linux/bottom_half.h > @@ -28,17 +28,7 @@ enum > > #define SOFTIRQ_DATA

[PATCH 24/32] softirq: Uninline !CONFIG_TRACE_IRQFLAGS __local_bh_disable_ip()

2019-02-12 Thread Frederic Weisbecker
The common code between both versions of __local_bh_disable_ip(), whether CONFIG_TRACE_IRQFLAGS is on or off, is going to grow up in order to support vector masking granularity. Merge these versions together to prepare for that. Signed-off-by: Frederic Weisbecker Cc: Mauro Carvalho Chehab Cc: J