2 * (c) Copyright 2007 Hewlett-Packard Development Company, L.P.
3 * Contributed by Peter Keilty <peter.keilty@hp.com>
5 * fsyscall gettimeofday data
8 struct fsyscall_gtod_data_t
{
10 struct timespec wall_time
;
11 struct timespec monotonic_time
;
16 cycle_t clk_cycle_last
;
17 } ____cacheline_aligned
;
19 struct itc_jitter_data_t
{
21 cycle_t itc_lastcycle
;
22 } ____cacheline_aligned
;