commit | 98059b98619d093366462ff0a4e1258e946accb9 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue May 02 06:30:12 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue May 02 07:21:02 2017 -0700 |
tree | 305b10fd41b962b42dbf88e5a8e05772b4aa7819 | |
parent | 45753c5f315749711b935a2506ee5c10eef5c23d [diff] |
rcu: Separately compile large rcu_segcblist functions This commit creates a new kernel/rcu/rcu_segcblist.c file that contains non-trivial segcblist functions. Trivial functions remain as static inline functions in kernel/rcu/rcu_segcblist.h Reported-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de>