diff options
author | Johannes Berg <johannes.berg@intel.com> | 2019-09-10 17:03:52 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2019-09-15 21:37:13 +0200 |
commit | eec94b8acb03aaaa6fb050883624381f5c07a3f0 (patch) | |
tree | 90e4a11640b16618d8180fc0af500be66dbbefc3 /block/cmdline-parser.c | |
parent | 786b2384bf1c1b53dc23dc493aaaae29ef01e6ce (diff) | |
download | linux-eec94b8acb03aaaa6fb050883624381f5c07a3f0.tar.bz2 |
um: time-travel: Fix periodic timers
Periodic timers are broken, because the also only fire once.
As it happens, Linux doesn't care because it only sets the
timer to periodic very briefly during boot, and then switches
it only between one-shot and off later.
Nevertheless, fix the logic (we shouldn't even be looking at
time_travel_timer_expiry unless the timer is enabled) and
change the code to fire the timer periodically in periodic
mode, in case it ever gets used in the future.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'block/cmdline-parser.c')
0 files changed, 0 insertions, 0 deletions