Re: [patch 2/3] pvclock: detect watchdog reset at pvclock read

From: Paolo Bonzini
Date: Tue Oct 08 2013 - 05:58:19 EST


Il 08/10/2013 03:05, Marcelo Tosatti ha scritto:
> +void pvclock_touch_watchdogs(void)
> +{
> + touch_softlockup_watchdog_sync();
> + clocksource_touch_watchdog();
> + rcu_cpu_stall_reset();
> + reset_hung_task_detector();
> +}
> +

Should this function be in kernel/ instead? It's not really
pvclock-specific.

Paolo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/