[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080710120227.GA32491@martell.zuzino.mipt.ru>
Date: Thu, 10 Jul 2008 16:02:27 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: akpm@...l.org
Cc: linux-kernel@...r.kernel.org, paulmck@...ux.vnet.ibm.com
Subject: [PATCH] PREEMPT_RCU: remove unused rcu_tasklet
Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
---
kernel/rcupreempt.c | 1 -
1 file changed, 1 deletion(-)
--- 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];
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists