diff options
Diffstat (limited to 'kernel/time')
-rw-r--r-- | kernel/time/clocksource.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c index 7f60097d443a..f61402b1f2d0 100644 --- a/kernel/time/clocksource.c +++ b/kernel/time/clocksource.c | |||
@@ -222,6 +222,18 @@ void clocksource_resume(void) | |||
222 | } | 222 | } |
223 | 223 | ||
224 | /** | 224 | /** |
225 | * clocksource_touch_watchdog - Update watchdog | ||
226 | * | ||
227 | * Update the watchdog after exception contexts such as kgdb so as not | ||
228 | * to incorrectly trip the watchdog. | ||
229 | * | ||
230 | */ | ||
231 | void clocksource_touch_watchdog(void) | ||
232 | { | ||
233 | clocksource_resume_watchdog(); | ||
234 | } | ||
235 | |||
236 | /** | ||
225 | * clocksource_get_next - Returns the selected clocksource | 237 | * clocksource_get_next - Returns the selected clocksource |
226 | * | 238 | * |
227 | */ | 239 | */ |