Blackfin: don't touch cpu_possible_map and cpu_present_map directly
commit3cb8a39fa6695575959fc3661b5d379b4e552eaa
authorKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Tue, 26 Apr 2011 01:55:41 +0000 (26 10:55 +0900)
committerMike Frysinger <vapier@gentoo.org>
Wed, 25 May 2011 12:24:10 +0000 (25 08:24 -0400)
treeb42a4d1ad63ae568d9c7e05eb3470a27f9f8784a
parent5607204755369bda4da57fe7df70ec11c2b593d9
Blackfin: don't touch cpu_possible_map and cpu_present_map directly

We plan to remove cpu_possible_map and cpu_present_map later and we
have proper init_cpu_possible() and init_cpu_present() APIs.

Therefore this patch rewrites platform_init_cpus and platform_prepare_cpus
by their APIs.

Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-bf561/smp.c