From: Alex Chiang Date: Mon, 9 Feb 2009 18:16:57 +0000 (-0700) Subject: [IA64] Remove redundant cpu_clear() in __cpu_disable path X-Git-Tag: v2.6.29-rc6~34^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0acdea21437eff134cc3486bdc52907d9086af1;p=pandora-kernel.git [IA64] Remove redundant cpu_clear() in __cpu_disable path The second call to cpu_clear() is redundant, as we've already removed the CPU from cpu_online_map before calling migrate_platform_irqs(). Signed-off-by: Alex Chiang Signed-off-by: Tony Luck --- Reading git-diff-tree failed