]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92e90f54af3c15673e8884d89b42dba31a5c5471
tree5aab6b426717e6c38df155531e2e1795ef2599e1
parentb3cb73faef283917e9c099c6cf48a5dbf8f8614c
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