diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2010-01-06 19:47:10 +1100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-01-06 19:47:10 +1100 |
commit | 16295bec6398a3eedc9377e1af6ff4c71b98c300 (patch) | |
tree | 992d82d920b5e6b81fe08df58f8c2d677244f759 /init | |
parent | 863b557a88f8c033f7419fabafef4712a5055f85 (diff) | |
download | linux-exynos-16295bec6398a3eedc9377e1af6ff4c71b98c300.tar.gz linux-exynos-16295bec6398a3eedc9377e1af6ff4c71b98c300.tar.bz2 linux-exynos-16295bec6398a3eedc9377e1af6ff4c71b98c300.zip |
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/Kconfig | 4 |
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" config PREEMPT_NOTIFIERS bool +config PADATA + depends on SMP + bool + source "kernel/Kconfig.locks" |