]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/timekeeping.h
iommu/vt-d: Fix some macros that are incorrectly specified in intel-iommu
[mirror_ubuntu-zesty-kernel.git] / include / linux / timekeeping.h
index 361f8bf1429dfe28e63ad32d12561fab51c9e959..d2e804e15c3e46059b3401bed5dedfec3bd5dc2a 100644 (file)
@@ -293,7 +293,7 @@ extern void ktime_get_raw_and_real_ts64(struct timespec64 *ts_raw,
  * @cs_was_changed_seq:        The sequence number of clocksource change events
  */
 struct system_time_snapshot {
-       cycle_t         cycles;
+       u64             cycles;
        ktime_t         real;
        ktime_t         raw;
        unsigned int    clock_was_set_seq;
@@ -321,7 +321,7 @@ struct system_device_crosststamp {
  *     timekeeping code to verify comparibility of two cycle values
  */
 struct system_counterval_t {
-       cycle_t                 cycles;
+       u64                     cycles;
        struct clocksource      *cs;
 };