diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2018-07-30 14:08:54 +0300 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2018-07-30 14:08:54 +0300 |
| commit | b2ab472dc159b7f89e2bc2d305fbc52fc2241dd6 (patch) | |
| tree | 1f9648c3eb21142c7e255921038a75087148b0af /drivers/clocksource/timer-keystone.c | |
| parent | e5af5ff34cf037ac7bb70976161427dc40bf4a96 (diff) | |
| parent | 1569557549697207e52310cc5b7dbc8e64bef504 (diff) | |
| download | linux-b2ab472dc159b7f89e2bc2d305fbc52fc2241dd6.tar.xz | |
Merge branch 'clockevents/4.19' of git://git.linaro.org/people/daniel.lezcano/linux into timers/core
Pull clockevent/source changes from Daniel Lezcano:
- Add a less accurate but always-on clocksource for the sprd platform
(Baoling Wang)
- Add the system timer for the new mediatek platforms (Stanley Chu)
- Change the cpumask to cpu_possible_mask (Sudeep Holla)
Diffstat (limited to 'drivers/clocksource/timer-keystone.c')
| -rw-r--r-- | drivers/clocksource/timer-keystone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-keystone.c b/drivers/clocksource/timer-keystone.c index 0eee03250cfc..f5b2eda30bf3 100644 --- a/drivers/clocksource/timer-keystone.c +++ b/drivers/clocksource/timer-keystone.c @@ -211,7 +211,7 @@ static int __init keystone_timer_init(struct device_node *np) event_dev->set_state_shutdown = keystone_shutdown; event_dev->set_state_periodic = keystone_set_periodic; event_dev->set_state_oneshot = keystone_shutdown; - event_dev->cpumask = cpu_all_mask; + event_dev->cpumask = cpu_possible_mask; event_dev->owner = THIS_MODULE; event_dev->name = TIMER_NAME; event_dev->irq = irq; |
