ARM: mvebu: Disable CPU Idle on Armada 38x
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Fri, 30 Jan 2015 11:34:25 +0000 (12:34 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 31 Mar 2015 16:47:33 +0000 (18:47 +0200)
On Armada 38x SoCs, under heavy I/O load, the system hangs when CPU
Idle is enabled. Waiting for a solution to this issue, this patch
disables the CPU Idle support for this SoC.

As CPU Hot plug support also uses some of the CPU Idle functions it is
also affected by the same issue. This patch disables it also for the
Armada 38x SoCs.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: <stable@vger.kernel.org> # v3.17 +

No differences found