aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/process.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2019-07-03 10:52:01 +0200
committerRichard Weinberger <richard@nod.at>2019-07-04 09:52:18 +0200
commitb482e48d29f1461fd0d059a17f32bcfa274127b3 (patch)
treeac09633da91f96547d23fc1dbd890e0eef18e530 /arch/um/kernel/process.c
parentum: Fix kcov crash during startup (diff)
downloadlinux-dev-b482e48d29f1461fd0d059a17f32bcfa274127b3.tar.xz
linux-dev-b482e48d29f1461fd0d059a17f32bcfa274127b3.zip
um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT
When CONFIG_UML_TIME_TRAVEL_SUPPORT isn't set, the build was broken. Fix this. Fixes: 065038706f77 ("um: Support time travel mode") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/kernel/process.c')
-rw-r--r--arch/um/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/process.c b/arch/um/kernel/process.c
index def2091697ca..67c0d1a860e9 100644
--- a/arch/um/kernel/process.c
+++ b/arch/um/kernel/process.c
@@ -213,7 +213,7 @@ static void time_travel_sleep(unsigned long long duration)
if (time_travel_timer_mode != TT_TMR_DISABLED ||
time_travel_timer_expiry < next) {
if (time_travel_timer_mode == TT_TMR_ONESHOT)
- time_travel_timer_mode = TT_TMR_DISABLED;
+ time_travel_set_timer(TT_TMR_DISABLED, 0);
/*
* time_travel_time will be adjusted in the timer
* IRQ handler so it works even when the signal