linux/arch/um
Johannes Berg fcd242c6c8 um: fix os_timer_one_shot()
os_timer_one_shot() gets passed a value "unsigned long delta",
so must not have an "int ticks" as that actually ends up being
-1, and thus triggering a timer over and over again.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2019-07-02 23:26:57 +02:00
..
configs um: defconfig: Cleanup from old Kconfig options 2017-09-13 22:32:51 +02:00
drivers um: Fix IRQ controller regression on console read 2019-07-02 23:26:52 +02:00
include um: fix os_timer_one_shot() 2019-07-02 23:26:57 +02:00
kernel um: Fix IRQ controller regression on console read 2019-07-02 23:26:52 +02:00
os-Linux um: fix os_timer_one_shot() 2019-07-02 23:26:57 +02:00
scripts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
.gitignore
Kconfig arch: um: Kconfig: pedantic indention cleanups 2019-05-07 23:18:28 +02:00
Kconfig.debug um: Make GCOV depend on !KCOV 2018-12-27 22:48:19 +01:00
Makefile um: remove unused filechk_gen_header in Makefile 2018-12-22 00:35:20 +09:00
Makefile-os-Linux
Makefile-skas