projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bdf598
)
rcu: Delete unused rcu_node "wakemask" field
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Sun, 10 Feb 2013 22:22:14 +0000
(14:22 -0800)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Tue, 12 Mar 2013 21:07:39 +0000
(14:07 -0700)
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree.h
patch
|
blob
|
blame
|
history
diff --git
a/kernel/rcutree.h
b/kernel/rcutree.h
index c896b5045d9dcb5c67665b4caf1d222e103d56ff..8e756099a1a849869fd23a0bc30843c6e8e5a886 100644
(file)
--- a/
kernel/rcutree.h
+++ b/
kernel/rcutree.h
@@
-134,9
+134,6
@@
struct rcu_node {
/* elements that need to drain to allow the */
/* current expedited grace period to */
/* complete (only for TREE_PREEMPT_RCU). */
- atomic_t wakemask; /* CPUs whose kthread needs to be awakened. */
- /* Since this has meaning only for leaf */
- /* rcu_node structures, 32 bits suffices. */
unsigned long qsmaskinit;
/* Per-GP initial value for qsmask & expmask. */
unsigned long grpmask; /* Mask to apply to parent qsmask. */