Blackfin: SMP: fix cpumask misbehavior
commit9c199b5965c76f90b297e01accb933624dc8d242
authorGraf Yang <graf.yang@analog.com>
Mon, 21 Sep 2009 11:51:31 +0000 (21 11:51 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 12:18:12 +0000 (10 07:18 -0500)
treea0893fedaa9ef6a1e27aacd7a09248e1ecba5946
parent71a66287d9c2fd07f1017f23db6ccc68ac4c4a96
Blackfin: SMP: fix cpumask misbehavior

The cpu maps are defines provided by common linux/cpumask.h, not local
variables.  So stop exporting them locally and include the right header
for their definition.

Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-common/smp.c