Re: [PATCH 10/10] softirq: Remove __ARCH_SET_SOFTIRQ_PENDING

From: Peter Zijlstra
Date: Thu Mar 29 2018 - 14:09:29 EST


On Thu, Mar 29, 2018 at 04:53:43PM +0200, Martin Schwidefsky wrote:
> The lowcore optimization for softirq_pending field is not really needed,
> just nice to have. But if there is a strong reason to make a common
> definition for it we can certainly do that.

A slightly related question; would it make sense to move all kernel
static per-cpu stuff into lowcore, or is that asking for too much
trickery?