[PATCH 1/5] Clocksource: Flextimer: Set cpumask to cpu_possible_mask

2014-08-25 Thread Xiubo Li
The Flextimer is not tied to CPU0, make it usable on any CPU. For Vybrid there is only one CPU, while for LS1+ there are more than one. Signed-off-by: Xiubo Li Signed-off-by: Jingchang Lu --- drivers/clocksource/fsl_ftm_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 1/5] Clocksource: Flextimer: Set cpumask to cpu_possible_mask

2014-08-25 Thread Xiubo Li
The Flextimer is not tied to CPU0, make it usable on any CPU. For Vybrid there is only one CPU, while for LS1+ there are more than one. Signed-off-by: Xiubo Li li.xi...@freescale.com Signed-off-by: Jingchang Lu jingchang...@freescale.com --- drivers/clocksource/fsl_ftm_timer.c | 2 +- 1 file