X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Fclocksource.h;h=139c4db55f1736eebc35cc4601ee98d0d10a40c7;hp=59ee970cf89e5dae94ec33577d04c387a1201246;hb=17b0436077d99211d8b26886235a36c5ec54ac57;hpb=aafade242ff24fac3aabf61c7861dfa44a3c2445;ds=sidebyside diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 59ee970cf89e..139c4db55f17 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h @@ -189,6 +189,7 @@ struct clocksource { #ifdef CONFIG_CLOCKSOURCE_WATCHDOG /* Watchdog related data, used by the framework */ struct list_head wd_list; + cycle_t cs_last; cycle_t wd_last; #endif } ____cacheline_aligned;