aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLai Jiangshan <[email protected]>2008-06-09 16:35:25 -0700
committerIngo Molnar <[email protected]>2008-06-16 10:11:54 +0200
commit906d882cacecd37ad2fdd03ed2a9b232bcb9507e (patch)
tree04fa62c8c1bc2f249ae5dc9bcd658b26f7fbc30e
parent1462a200057df08be12f3719e1f37adbd2c6e4d0 (diff)
rcu: remove unused field struct rcu_data::rcu_tasklet
Since softirq works for rcu reclaimer, rcu_tasklet is unused now. Signed-off-by: Lai Jiangshan <[email protected]> Cc: "Paul E. McKenney" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--kernel/rcupreempt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rcupreempt.c b/kernel/rcupreempt.c
index b8e4cdae4e8d..396b121edfe5 100644
--- a/kernel/rcupreempt.c
+++ b/kernel/rcupreempt.c
@@ -82,7 +82,6 @@ struct rcu_data {
spinlock_t lock; /* Protect rcu_data fields. */
long completed; /* Number of last completed batch. */
int waitlistcount;
- struct tasklet_struct rcu_tasklet;
struct rcu_head *nextlist;
struct rcu_head **nexttail;
struct rcu_head *waitlist[GP_STAGES];