Re: [Patch 4/7] softirq: Use hotplug thread infrastructure

2012-07-25 Thread JoonSoo Kim
2012/7/16 Thomas Gleixner : > - static const struct sched_param param = { > - .sched_priority = MAX_RT_PRIO-1 > - }; > - > - p = per_cpu(ksoftirqd, hotcpu); > - per_cpu(ksoftirqd, hotcpu) = NULL; > -

Re: [Patch 4/7] softirq: Use hotplug thread infrastructure

2012-07-25 Thread JoonSoo Kim
2012/7/16 Thomas Gleixner t...@linutronix.de: - static const struct sched_param param = { - .sched_priority = MAX_RT_PRIO-1 - }; - - p = per_cpu(ksoftirqd, hotcpu); - per_cpu(ksoftirqd, hotcpu) = NULL; -

Re: [Patch 4/7] softirq: Use hotplug thread infrastructure

2012-07-23 Thread Paul E. McKenney
On Sat, Jul 21, 2012 at 10:21:51AM -0700, Paul E. McKenney wrote: > On Mon, Jul 16, 2012 at 10:42:37AM -, Thomas Gleixner wrote: > > Signed-off-by: Thomas Gleixner > > --- > > kernel/softirq.c | 107 > > +-- > > 1 file changed, 26

Re: [Patch 4/7] softirq: Use hotplug thread infrastructure

2012-07-23 Thread Paul E. McKenney
On Sat, Jul 21, 2012 at 10:21:51AM -0700, Paul E. McKenney wrote: On Mon, Jul 16, 2012 at 10:42:37AM -, Thomas Gleixner wrote: Signed-off-by: Thomas Gleixner t...@linutronix.de --- kernel/softirq.c | 107 +-- 1 file changed, 26

Re: [Patch 4/7] softirq: Use hotplug thread infrastructure

2012-07-21 Thread Paul E. McKenney
On Mon, Jul 16, 2012 at 10:42:37AM -, Thomas Gleixner wrote: > Signed-off-by: Thomas Gleixner > --- > kernel/softirq.c | 107 > +-- > 1 file changed, 26 insertions(+), 81 deletions(-) This is also much more compact! One issue with fix

Re: [Patch 4/7] softirq: Use hotplug thread infrastructure

2012-07-21 Thread Paul E. McKenney
On Mon, Jul 16, 2012 at 10:42:37AM -, Thomas Gleixner wrote: Signed-off-by: Thomas Gleixner t...@linutronix.de --- kernel/softirq.c | 107 +-- 1 file changed, 26 insertions(+), 81 deletions(-) This is also much more compact! One

[Patch 4/7] softirq: Use hotplug thread infrastructure

2012-07-16 Thread Thomas Gleixner
Signed-off-by: Thomas Gleixner --- kernel/softirq.c | 107 +-- 1 file changed, 26 insertions(+), 81 deletions(-) Index: tip/kernel/softirq.c === --- tip.orig/kernel/softirq.c +++

[Patch 4/7] softirq: Use hotplug thread infrastructure

2012-07-16 Thread Thomas Gleixner
Signed-off-by: Thomas Gleixner t...@linutronix.de --- kernel/softirq.c | 107 +-- 1 file changed, 26 insertions(+), 81 deletions(-) Index: tip/kernel/softirq.c === ---