commit | 514f1eb5f44520d5255b927ad5aabc00db5bc73d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Feb 15 16:52:35 2016 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Mar 31 13:33:21 2016 -0700 |
tree | 6ca5cc1a495f85e7b6a82d8351906c5a7e964684 | |
parent | d8936c0b7e29510ce8f5c85ff5fcc592a938e860 [diff] |
documentation: Document illegality of call_rcu() from offline CPUs There is already a blanket statement about no member of RCU's API being legal from an offline CPU, but add an explicit note where it states that it is illegal to invoke call_rcu() from an NMI handler. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>