| commit | a0ef025dd98f7c17f7e2eeb614a003926582601f | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 25 08:51:48 2017 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 25 08:51:48 2017 -0700 |
| tree | 6e10d945abd78e4d2adba1cb2a255e7bbebd98e9 | |
| parent | 70c3f63642621cb08db1f751c95ba27f62a4a0e2 [diff] |
rcu: Create reasonable API for do_exit() TASKS_RCU processing Currently, the exit-time support for TASKS_RCU is open-coded in do_exit(). This commit creates exit_tasks_rcu_start() and exit_tasks_rcu_finish() APIs for do_exit() use. This has the benefit of confining the use of the tasks_rcu_exit_srcu variable to one file, allowing it to become static. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>