diff options
Diffstat (limited to 'kernel/time/tick-sched.c')
-rw-r--r-- | kernel/time/tick-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 88267f0a8471..fa9bb73dbdb4 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c | |||
@@ -681,7 +681,7 @@ int tick_check_oneshot_change(int allow_nohz) | |||
681 | if (ts->nohz_mode != NOHZ_MODE_INACTIVE) | 681 | if (ts->nohz_mode != NOHZ_MODE_INACTIVE) |
682 | return 0; | 682 | return 0; |
683 | 683 | ||
684 | if (!timekeeping_is_continuous() || !tick_is_oneshot_available()) | 684 | if (!timekeeping_valid_for_hres() || !tick_is_oneshot_available()) |
685 | return 0; | 685 | return 0; |
686 | 686 | ||
687 | if (!allow_nohz) | 687 | if (!allow_nohz) |