]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] Remove redundant cpu_clear() in __cpu_disable path
authorAlex Chiang <achiang@hp.com>
Mon, 9 Feb 2009 18:16:57 +0000 (11:16 -0700)
committerTony Luck <aegl@agluck-desktop.(none)>
Thu, 19 Feb 2009 19:32:50 +0000 (11:32 -0800)
commiteac6a05a2347a9182a11bf2e891c2db55c828ac3
tree08ad15f5c5acc26e2420cc6f46afceb487a9fa0b
parentf7b6c691ad50e12845aac7355d6fdfe98c43e86e
[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 <achiang@hp.com>
Signed-off-by: Tony Luck <aegl@agluck-desktop.(none)>
arch/ia64/kernel/smpboot.c