]> git.baikalelectronics.ru Git - kernel.git/commit
x86: Remove unnecessary mdelay() from cpu_disable_common()
authorSuresh Siddha <suresh.b.siddha@intel.com>
Tue, 1 Dec 2009 23:31:18 +0000 (15:31 -0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 2 Dec 2009 09:11:02 +0000 (10:11 +0100)
commit2c8ffbfe62ee1f0c3bbc4062cabe3341a28b633f
treecd488269df9c01cf22fbee87ba2f526d7580d6c5
parentc1ae9fcee4092e67890d8ebd33c5e59d6878d80e
x86: Remove unnecessary mdelay() from cpu_disable_common()

fixup_irqs() already has a mdelay(). Remove the extra and
unnecessary mdelay() from cpu_disable_common().

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: Maciej W. Rozycki <macro@linux-mips.org>
Cc: ebiederm@xmission.com
Cc: garyhade@us.ibm.com
LKML-Reference: <20091201233335.232177348@sbs-t61.sc.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot.c