From: Jiri Slaby Date: Mon, 2 Mar 2009 09:53:56 +0000 (+0100) Subject: x86_32: apic/es7000_32, cpu_mask_to_apicid cleanup X-Git-Tag: v2.6.30-rc1~211^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b20cbd057b97e2f440fa3bc90b3df51de324fe;p=pandora-kernel.git x86_32: apic/es7000_32, cpu_mask_to_apicid cleanup Remove es7000_cpu_mask_to_apicid_cluster completely, because it's almost the same as es7000_cpu_mask_to_apicid except 2 code paths. One of them is about to be removed soon, the another should be BAD_APICID (it's a fail path). The _cluster one was not invoked on apic->cpu_mask_to_apicid_and anyway, since there was no _cluster_and variant. Also use newer cpumask functions. Signed-off-by: Jiri Slaby Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed