]> www.infradead.org Git - users/jedix/linux-maple.git/commit
softirq: Move various protections into inline helpers
authorThomas Gleixner <tglx@linutronix.de>
Tue, 9 Mar 2021 08:55:55 +0000 (09:55 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 6 Apr 2021 23:07:13 +0000 (16:07 -0700)
commitce25c34dd5390c05792a96c70b0a7d554925ef8a
tree901099a251d5c53eb32c4383e42cfec6d7a1db3f
parentf8de104bd1bd77b3381920e54cc01603825f60b8
softirq: Move various protections into inline helpers

To allow reuse of the bulk of softirq processing code for RT and to avoid
#ifdeffery all over the place, split protections for various code sections
out into inline helpers so the RT variant can just replace them in one go.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/softirq.c