diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2018-07-30 13:08:54 +0200 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2018-07-30 13:08:54 +0200 |
| commit | b2ab472dc159b7f89e2bc2d305fbc52fc2241dd6 (patch) | |
| tree | 1f9648c3eb21142c7e255921038a75087148b0af /drivers/clocksource/zevio-timer.c | |
| parent | e5af5ff34cf037ac7bb70976161427dc40bf4a96 (diff) | |
| parent | 1569557549697207e52310cc5b7dbc8e64bef504 (diff) | |
| download | lwn-b2ab472dc159b7f89e2bc2d305fbc52fc2241dd6.tar.gz lwn-b2ab472dc159b7f89e2bc2d305fbc52fc2241dd6.zip | |
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/zevio-timer.c')
| -rw-r--r-- | drivers/clocksource/zevio-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/zevio-timer.c b/drivers/clocksource/zevio-timer.c index a6a0338eea77..f74689334f7c 100644 --- a/drivers/clocksource/zevio-timer.c +++ b/drivers/clocksource/zevio-timer.c @@ -162,7 +162,7 @@ static int __init zevio_timer_add(struct device_node *node) timer->clkevt.set_state_oneshot = zevio_timer_set_oneshot; timer->clkevt.tick_resume = zevio_timer_set_oneshot; timer->clkevt.rating = 200; - timer->clkevt.cpumask = cpu_all_mask; + timer->clkevt.cpumask = cpu_possible_mask; timer->clkevt.features = CLOCK_EVT_FEAT_ONESHOT; timer->clkevt.irq = irqnr; |
