diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2010-01-06 03:47:10 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2010-01-06 03:47:10 -0500 |
commit | 16295bec6398a3eedc9377e1af6ff4c71b98c300 (patch) | |
tree | 992d82d920b5e6b81fe08df58f8c2d677244f759 /init/Kconfig | |
parent | 863b557a88f8c033f7419fabafef4712a5055f85 (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/Kconfig')
-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" | |||
1252 | config PREEMPT_NOTIFIERS | 1252 | config PREEMPT_NOTIFIERS |
1253 | bool | 1253 | bool |
1254 | 1254 | ||
1255 | config PADATA | ||
1256 | depends on SMP | ||
1257 | bool | ||
1258 | |||
1255 | source "kernel/Kconfig.locks" | 1259 | source "kernel/Kconfig.locks" |