|
@@ -301,7 +301,7 @@ static void em_sti_register_clockevent(struct em_sti_priv *p)
|
|
ced->name = dev_name(&p->pdev->dev);
|
|
ced->name = dev_name(&p->pdev->dev);
|
|
ced->features = CLOCK_EVT_FEAT_ONESHOT;
|
|
ced->features = CLOCK_EVT_FEAT_ONESHOT;
|
|
ced->rating = 200;
|
|
ced->rating = 200;
|
|
- ced->cpumask = cpumask_of(0);
|
|
|
|
|
|
+ ced->cpumask = cpu_possible_mask;
|
|
ced->set_next_event = em_sti_clock_event_next;
|
|
ced->set_next_event = em_sti_clock_event_next;
|
|
ced->set_mode = em_sti_clock_event_mode;
|
|
ced->set_mode = em_sti_clock_event_mode;
|
|
|
|
|