aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2010-01-06 03:47:10 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2010-01-06 03:47:10 -0500
commit16295bec6398a3eedc9377e1af6ff4c71b98c300 (patch)
tree992d82d920b5e6b81fe08df58f8c2d677244f759 /init
parent863b557a88f8c033f7419fabafef4712a5055f85 (diff)
padata: Generic parallelization/serialization interface
This patch introduces an interface to process data objects in parallel. The parallelized objects return after serialization in the same order as they were before the parallelization. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index a23da9f01803..9fd23bcc1709 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1252,4 +1252,8 @@ source "block/Kconfig"
1252config PREEMPT_NOTIFIERS 1252config PREEMPT_NOTIFIERS
1253 bool 1253 bool
1254 1254
1255config PADATA
1256 depends on SMP
1257 bool
1258
1255source "kernel/Kconfig.locks" 1259source "kernel/Kconfig.locks"