commit | 3cb8a39fa6695575959fc3661b5d379b4e552eaa | [log] [tgz] |
---|---|---|
author | KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> | Tue Apr 26 10:55:41 2011 +0900 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed May 25 08:24:10 2011 -0400 |
tree | b42a4d1ad63ae568d9c7e05eb3470a27f9f8784a | |
parent | 5607204755369bda4da57fe7df70ec11c2b593d9 [diff] |
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>