x86/softirq: Move softirq pending next to current task
authorThomas Gleixner <tglx@linutronix.de>
Thu, 15 Sep 2022 11:11:06 +0000 (13:11 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 17 Oct 2022 14:41:05 +0000 (16:41 +0200)
commit7fcecafebed90d03f35bec6e147fc0b5f6e1bc71
tree479b97072d9f5b683ffd0e40b74908a5b427759f
parentd7b6d709a76a4f4ef3108ac41e1b39eb80f5c084
x86/softirq: Move softirq pending next to current task

Another hot variable which is strict per CPU and benefits from
being in the same cache line.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220915111145.702133710@infradead.org
arch/x86/include/asm/current.h
arch/x86/include/asm/hardirq.h