Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerpc: remove all rcu head initializations
Remove all rcu head inits. We don't care about the RCU head state before passing it to call_rcu() anyway. Only leave the "on_stack" variants so debugobjects can keep track of objects on stack. Signed-off-by: Alexey Dobriyan <[email protected]> Signed-off-by: Mathieu Desnoyers <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Paul Mackerras <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
- Loading branch information