genirq: Provide irq_enter/exit_rcu()
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 May 2020 20:05:21 +0000 (22:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:06 +0000 (15:15 +0200)
commit8a6bc4787f05d087fda8e11ead225c8830250703
tree5aab6b426717e6c38df155531e2e1795ef2599e1
parent9ee01e0f69a925b6ff7d5f39441413c55132b167
genirq: Provide irq_enter/exit_rcu()

irq_enter()/exit() currently include RCU handling. To properly separate the RCU
handling code, provide variants which contain only the non-RCU related
functionality.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Andy Lutomirski <luto@kernel.org>
Link: https://lore.kernel.org/r/20200521202117.567023613@linutronix.de
include/linux/hardirq.h
kernel/softirq.c