From: KOSAKI Motohiro Date: Tue, 26 Apr 2011 01:55:41 +0000 (+0900) Subject: Blackfin: don't touch cpu_possible_map and cpu_present_map directly X-Git-Tag: v3.0-rc1~154^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb8a39fa6695575959fc3661b5d379b4e552eaa;p=pandora-kernel.git 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 Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed