commit | b0c9d7ff2793502650ad987c3f237d5fe5587a1e | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Mar 29 12:56:56 2011 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 05 23:16:57 2011 -0700 |
tree | 04a19658925baa1eda66bad18d8a2ebd061ddac5 | |
parent | fc2ecf7ec76c5ee150b83dcefc863fa03fd365fb [diff] |
rcu: add DEBUG_OBJECTS_RCU_HEAD check for alignment Verify that rcu_head structures are aligned to a four-byte boundary. This check is enabled by CONFIG_DEBUG_OBJECTS_RCU_HEAD. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>