]> git.baikalelectronics.ru Git - kernel.git/commit
cpumask: fix compile error when CONFIG_NR_CPUS is not defined
authorMike Travis <travis@sgi.com>
Thu, 1 Jan 2009 02:08:48 +0000 (18:08 -0800)
committerIngo Molnar <mingo@elte.hu>
Sat, 3 Jan 2009 18:15:41 +0000 (19:15 +0100)
commite28e7f7707ce1a42ddd596f34e082ca1ce215ba8
tree769492a15566e8c5ec4d7f611af378aee3d1e08f
parentb9601379e927eba407c7436e1e72383c0d95769e
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 <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/base/cpu.c