diff options
-rw-r--r-- | include/linux/rcupdate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 9e169c2ba91f..c7aeacf7fc98 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h | |||
@@ -785,6 +785,7 @@ extern struct debug_obj_descr rcuhead_debug_descr; | |||
785 | 785 | ||
786 | static inline void debug_rcu_head_queue(struct rcu_head *head) | 786 | static inline void debug_rcu_head_queue(struct rcu_head *head) |
787 | { | 787 | { |
788 | WARN_ON_ONCE((unsigned long)head & 0x3); | ||
788 | debug_object_activate(head, &rcuhead_debug_descr); | 789 | debug_object_activate(head, &rcuhead_debug_descr); |
789 | debug_object_active_state(head, &rcuhead_debug_descr, | 790 | debug_object_active_state(head, &rcuhead_debug_descr, |
790 | STATE_RCU_HEAD_READY, | 791 | STATE_RCU_HEAD_READY, |