From: Mike Travis Date: Thu, 1 Jan 2009 02:08:48 +0000 (-0800) Subject: cpumask: fix compile error when CONFIG_NR_CPUS is not defined X-Git-Tag: v2.6.29-rc1~521^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fd2d2d5aaf086cfa3b2e2e58cab96b7afdc9e51;p=pandora-kernel.git cpumask: fix compile error when CONFIG_NR_CPUS is not defined CONFIG_NR_CPUS will be defined for all arch's whether SMP or not, but it may not have made it into all arches yet. Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed