Re: [RFC PATCH 1/5 v2] Convert the RCU tasklet into a softirq

2007-06-22 Thread Paul E. McKenney
On Fri, Jun 22, 2007 at 02:20:52PM -0400, Steven Rostedt wrote: > I believe this was originally done by Dipankar Sarma. I pulled these > changes from the -rt kernel. > > For better preformance, RCU should use a softirq instead of a > tasklet. > > From: Dipankar Sarma <[EMAIL PROTECTED]> > Signed-

[RFC PATCH 1/5 v2] Convert the RCU tasklet into a softirq

2007-06-22 Thread Steven Rostedt
I believe this was originally done by Dipankar Sarma. I pulled these changes from the -rt kernel. For better preformance, RCU should use a softirq instead of a tasklet. From: Dipankar Sarma <[EMAIL PROTECTED]> Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]> Index: linux-2.6-test/include/linux/