From: Mike Travis Date: Fri, 19 Dec 2008 06:26:37 +0000 (+1030) Subject: cpumask: Add alloc_cpumask_var_node() X-Git-Tag: v2.6.29-rc1~521^2~11^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4967c532045a1983d6d4af5c69cc7c5109f62b;p=pandora-kernel.git cpumask: Add alloc_cpumask_var_node() Impact: New API This will be needed in x86 code to allocate the domain and old_domain cpumasks on the same node as where the containing irq_cfg struct is allocated. (Also fixes double-dump_stack on rare CONFIG_DEBUG_PER_CPU_MAPS case) Signed-off-by: Mike Travis Signed-off-by: Rusty Russell (re-impl alloc_cpumask_var) --- Reading git-diff-tree failed