Re: [RFC] [PATCH v2 1/4] padata: generic interface for parallel processing

2009-04-27 Thread Herbert Xu
On Fri, Apr 24, 2009 at 12:26:09PM +0200, Steffen Klassert wrote: > This patch introduces an interface to process data objects > in parallel. On request it is possible to serialize again. > The parallelized objects return after serialization in the > same order as they were before the parallelizati

[RFC] [PATCH v2 1/4] padata: generic interface for parallel processing

2009-04-24 Thread Steffen Klassert
This patch introduces an interface to process data objects in parallel. On request it is possible to serialize again. The parallelized objects return after serialization in the same order as they were before the parallelization. Signed-off-by: Steffen Klassert --- include/linux/interrupt.h |