Linux 4.13.16
[linux/fpc-iii.git] / arch / ia64 / kernel / fsyscall_gtod_data.h
blobdcc5149177315a4a4aabcb78a70298cbc9eb1f72
1 /*
2 * (c) Copyright 2007 Hewlett-Packard Development Company, L.P.
3 * Contributed by Peter Keilty <peter.keilty@hp.com>
5 * fsyscall gettimeofday data
6 */
8 struct fsyscall_gtod_data_t {
9 seqcount_t seq;
10 struct timespec wall_time;
11 struct timespec monotonic_time;
12 u64 clk_mask;
13 u32 clk_mult;
14 u32 clk_shift;
15 void *clk_fsys_mmio;
16 u64 clk_cycle_last;
17 } ____cacheline_aligned;
19 struct itc_jitter_data_t {
20 int itc_jitter;
21 u64 itc_lastcycle;
22 } ____cacheline_aligned;