From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 19 Nov 2020 13:20:06 +0100 From: Frederic Weisbecker Subject: Re: [patch 11/19] softirq: Move related code into one section Message-ID: <20201119122006.GB20115@lothringen> References: <20201113140207.499353218@linutronix.de> <20201113141733.974214480@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201113141733.974214480@linutronix.de> To: Thomas Gleixner Cc: LKML , Peter Zijlstra , Paul McKenney , Sebastian Andrzej Siewior , Arnd Bergmann , "James E.J. Bottomley" , Helge Deller , linux-parisc@vger.kernel.org, Yoshinori Sato , Rich Felker , linux-sh@vger.kernel.org, Jeff Dike , Richard Weinberger , Anton Ivanov , linux-um@lists.infradead.org, Russell King , Marc Zyngier , Valentin Schneider , linux-arm-kernel@lists.infradead.org, Catalin Marinas , Will Deacon List-ID: On Fri, Nov 13, 2020 at 03:02:18PM +0100, Thomas Gleixner wrote: > To prepare for adding a RT aware variant of softirq serialization and > processing move related code into one section so the necessary #ifdeffery > is reduced to one. > > Signed-off-by: Thomas Gleixner Up to this patch at least: Reviewed-by: Frederic Weisbecker