From: Russell King Date: Mon, 26 Jul 2010 12:19:43 +0000 (+0100) Subject: ARM: SMP: Always enable clock event broadcast support X-Git-Tag: v2.6.36-rc1~591^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5388a6b266e9c3357353332ba0cd5549082887f1;p=pandora-kernel.git ARM: SMP: Always enable clock event broadcast support The TWD local timers are unable to wake up the CPU when it is placed into a low power mode, eg. C3. Therefore, we need to adapt things such that the TWD code can cope with this. We do this by always providing a broadcast tick function, and marking the fact that the TWD local timer will stop in low power modes. This means that when the CPU is placed into a low power mode, the core timer code marks this fact, and allows an IPI to be given to the core. Tested-by: Santosh Shilimkar Signed-off-by: Russell King Cc: Catalin Marinas Cc: Thomas Gleixner --- Reading git-diff-tree failed