commit | 74781387822cd7a549123ae2b35862bf802689be | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Thu Mar 04 13:30:22 2010 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Mar 04 13:30:22 2010 +0800 |
tree | 3f6844cfbe3a58206e382b82a01c9300ae582c8a | |
parent | 50beceba7fdf5f10a04d8a053e62d40b742099ad [diff] |
padata: Allocate the cpumask for the padata instance The cpumask of the padata instance was used without allocated. This caused boot crashes if CONFIG_CPUMASK_OFFSTACK is enabled. This patch fixes this by doing proper allocation for this cpumask. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>