|
@@ -735,7 +735,7 @@ static void __arch_timer_setup(unsigned type,
|
|
|
clk->features |= CLOCK_EVT_FEAT_DYNIRQ;
|
|
|
clk->name = "arch_mem_timer";
|
|
|
clk->rating = 400;
|
|
|
- clk->cpumask = cpu_all_mask;
|
|
|
+ clk->cpumask = cpu_possible_mask;
|
|
|
if (arch_timer_mem_use_virtual) {
|
|
|
clk->set_state_shutdown = arch_timer_shutdown_virt_mem;
|
|
|
clk->set_state_oneshot_stopped = arch_timer_shutdown_virt_mem;
|