From: Mike Travis Date: Tue, 15 Jul 2008 21:14:36 +0000 (-0700) Subject: cpumask: Provide a generic set of CPUMASK_ALLOC macros X-Git-Tag: v2.6.27-rc1~848^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77586c2bdad0798cb24e35de5a878e7c6b200574;p=pandora-kernel.git cpumask: Provide a generic set of CPUMASK_ALLOC macros * Provide a generic set of CPUMASK_ALLOC macros patterned after the SCHED_CPUMASK_ALLOC macros. This is used where multiple cpumask_t variables are declared on the stack to reduce the amount of stack space required. Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed