From: Steffen Klassert Date: Thu, 4 Mar 2010 05:30:22 +0000 (+0800) Subject: padata: Allocate the cpumask for the padata instance X-Git-Tag: v2.6.34-rc1~198^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74781387822cd7a549123ae2b35862bf802689be;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed