From: Bjorn Helgaas Date: Wed, 5 Mar 2008 22:40:32 +0000 (-0700) Subject: [IA64] remove CONFIG_SMP ifdef in ia64_send_ipi() X-Git-Tag: v2.6.25-rc5~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3244e605efeb13bb3a6e92439974832e1c7388;p=pandora-kernel.git [IA64] remove CONFIG_SMP ifdef in ia64_send_ipi() When !CONFIG_SMP, cpu_physical_id() is ia64_get_lid(), which is functionally identical to (ia64_getreg(_IA64_REG_CR_LID) >> 16) & 0xffff so there's no need for two versions of this code. Signed-off-by: Bjorn Helgaas Signed-off-by: Tony Luck --- Reading git-diff-tree failed