From: Alex Chiang Date: Wed, 16 Jul 2008 18:47:08 +0000 (-0600) Subject: [IA64] Avoid overflowing ia64_cpu_to_sapicid in acpi_map_lsapic() X-Git-Tag: v2.6.27-rc1~948^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efc7508c9e29944fb3d9edf166d3d584557c33d1;p=pandora-kernel.git [IA64] Avoid overflowing ia64_cpu_to_sapicid in acpi_map_lsapic() acpi_map_lsapic tries to stuff a long into ia64_cpu_to_sapicid[], which can only hold ints, so let's fix that. We need to update the signature of acpi_map_cpu2node() too. Signed-off-by: Alex Chiang Signed-off-by: Tony Luck --- Reading git-diff-tree failed