Re: [PATCH 06/17] lib: percpu_counter_init_irq

2007-07-17 Thread Josef Sipek
On Thu, Jun 14, 2007 at 11:58:23PM +0200, Peter Zijlstra wrote: > provide a way to init percpu_counters that are supposed to be used from irq > safe contexts. > > Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> > --- > include/linux/percpu_counter.h |4 > lib/percpu_counter.c

Re: [PATCH 06/17] lib: percpu_counter_init_irq

2007-07-17 Thread Josef Sipek
On Thu, Jun 14, 2007 at 11:58:23PM +0200, Peter Zijlstra wrote: provide a way to init percpu_counters that are supposed to be used from irq safe contexts. Signed-off-by: Peter Zijlstra [EMAIL PROTECTED] --- include/linux/percpu_counter.h |4 lib/percpu_counter.c |8

[PATCH 06/17] lib: percpu_counter_init_irq

2007-06-14 Thread Peter Zijlstra
provide a way to init percpu_counters that are supposed to be used from irq safe contexts. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> --- include/linux/percpu_counter.h |4 lib/percpu_counter.c |8 2 files changed, 12 insertions(+) Index:

[PATCH 06/17] lib: percpu_counter_init_irq

2007-06-14 Thread Peter Zijlstra
provide a way to init percpu_counters that are supposed to be used from irq safe contexts. Signed-off-by: Peter Zijlstra [EMAIL PROTECTED] --- include/linux/percpu_counter.h |4 lib/percpu_counter.c |8 2 files changed, 12 insertions(+) Index: