aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2010-01-06 19:47:10 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2010-01-06 19:47:10 +1100
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 a23da9f0180..9fd23bcc170 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1252,4 +1252,8 @@ source "block/Kconfig"
config PREEMPT_NOTIFIERS
bool
+config PADATA
+ depends on SMP
+ bool
+
source "kernel/Kconfig.locks"