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

No differences found