diff options
author | Joel Fernandes (Google) <joel@joelfernandes.org> | 2019-03-26 20:24:08 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-05-25 23:50:51 +0200 |
commit | 71d8d1531e0904e08adf1540e191bd707dfd73da (patch) | |
tree | da3f98b572f2dbac7fdc10c1237d4e1834108baf /ipc | |
parent | rcu: Avoid self-IPI in sync_sched_exp_online_cleanup() (diff) | |
download | linux-71d8d1531e0904e08adf1540e191bd707dfd73da.tar.xz linux-71d8d1531e0904e08adf1540e191bd707dfd73da.zip |
lockdep: Add assertion to check if in an interrupt
In rcu_rrupt_from_idle, we want to check if it is called from within an
interrupt, but want to do such checking only for debug builds. lockdep
already tracks when we enter an interrupt. Let us expose it as an
assertion macro so it can be used to assert this.
Suggested-by: Steven Rostedt <rostedt@goodmis.org>
Cc: kernel-team@android.com
Cc: rcu@vger.kernel.org
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions