commit | 760d8ed069c4e32a92e2ba251a3b0d9a87a3e771 | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <mhiramat@kernel.org> | Thu Jul 25 17:16:25 2019 +0900 |
committer | Will Deacon <will@kernel.org> | Thu Aug 01 15:00:27 2019 +0100 |
tree | 58ee75b783ea40be64b1d504cc70c5327eb5dfd7 | |
parent | ee07b93e7721ccd5d5b9fa6f0c10cb3fe2f1f4f9 [diff] |
arm64: Remove unneeded rcu_read_lock from debug handlers Remove rcu_read_lock()/rcu_read_unlock() from debug exception handlers since we are sure those are not preemptible and interrupts are off. Acked-by: Paul E. McKenney <paulmck@linux.ibm.com> Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Will Deacon <will@kernel.org>