| commit | 5d9420a1b2a33329889bcbccd3ef13cc19455585 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Mar 14 16:47:24 2017 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Mar 14 16:47:24 2017 -0700 |
| tree | 2bac18e7777746f3751c5f46c60f90f8566777b2 | |
| parent | 771147ecd0f12220493dba0e1e7e91e2eba7841e [diff] |
rcu: Remove debug code from rcu_segcblist.h The rcu_segcblist_dump() and rcu_segcblist_fsck() code is not used in mainline, and exposing it via SRCU causes build failures in blackfin. This commit therefore removes these from mainline. They have been added to the corresponding usermode test suite. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>