commit | 728e3e6178aa5790066b642dd2ebc9e9bdacff1b | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Tue Jan 08 10:13:44 2019 -0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Fri Jan 25 15:36:04 2019 -0800 |
tree | bc8eda942e3fab5bf5308c57682c9e9879402430 | |
parent | 7a968bb26a9b09b6e44c48a8036a73e0bc497dbc [diff] |
include/asm-generic: Remove spin_is_locked() comment The WARN_ON_SMP() comment header suggests using spin_is_locked() to check for locks being held. But these days we prefer lockdep_assert_held(), so this commit removes that suggestion. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: <linux-arch@vger.kernel.org>