From: Maxime Ripard Date: Fri, 25 Oct 2013 11:16:11 +0000 (+0100) Subject: clocksource: sun4i: Change CPU mask to cpu_possible_mask X-Git-Tag: v3.14-rc1~169^2~1^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c28f32ca4c98b41ad95f62fa27f59f3117931d4;p=pandora-kernel.git clocksource: sun4i: Change CPU mask to cpu_possible_mask The interrupt for the timer is a shared processor interrupt, so any CPU found in the system can handle it. Switch to our cpumask to cpu_possible_mask instead of cpumask_of(0). Signed-off-by: Maxime Ripard Signed-off-by: Daniel Lezcano Reviewed-by: Stephen Boyd --- Reading git-diff-tree failed