]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast
authorMagnus Damm <damm@opensource.se>
Wed, 18 Sep 2013 20:01:16 +0000 (15:01 -0500)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 26 Sep 2013 00:31:04 +0000 (02:31 +0200)
commitaba30af26e405793eb8a537835ba3b8a2384184a
tree15206c39c18726deb780540a82afba05ee0fb7d2
parent4ecffa523a62501ed30234805931780e785fb9fa
clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast

Update the STI driver by setting cpu_possible_mask to make EMEV2
SMP work as expected together with the ARM broadcast timer.

This breakage was introduced by:

34154a5 ARM: 7674/1: smp: Avoid dummy clockevent being preferred over real hardware clock-event

Without this fix SMP operation is broken on EMEV2 since no
broadcast timer interrupts trigger on the secondary CPU cores.

Signed-off-by: Magnus Damm <damm@opensource.se>
Tested-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/em_sti.c