diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/time/timekeeping.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 0aa4ce81bc16..5b40279ecd71 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
| @@ -1435,7 +1435,8 @@ void update_wall_time(void) | |||
| 1435 | out: | 1435 | out: |
| 1436 | raw_spin_unlock_irqrestore(&timekeeper_lock, flags); | 1436 | raw_spin_unlock_irqrestore(&timekeeper_lock, flags); |
| 1437 | if (clock_set) | 1437 | if (clock_set) |
| 1438 | clock_was_set(); | 1438 | /* Have to call _delayed version, since in irq context*/ |
| 1439 | clock_was_set_delayed(); | ||
| 1439 | } | 1440 | } |
| 1440 | 1441 | ||
| 1441 | /** | 1442 | /** |
