]> Git Repo - linux.git/commit
genirq: Provide irq_enter/exit_rcu()
authorThomas Gleixner <[email protected]>
Thu, 21 May 2020 20:05:21 +0000 (22:05 +0200)
committerThomas Gleixner <[email protected]>
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Reviewed-by: Andy Lutomirski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
include/linux/hardirq.h
kernel/softirq.c
This page took 0.04835 seconds and 4 git commands to generate.