]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/ia64/kernel/fsyscall_gtod_data.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / ia64 / kernel / fsyscall_gtod_data.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
0aa366f3
TL
2/*
3 * (c) Copyright 2007 Hewlett-Packard Development Company, L.P.
4 * Contributed by Peter Keilty <peter.keilty@hp.com>
5 *
6 * fsyscall gettimeofday data
7 */
8
9struct fsyscall_gtod_data_t {
74a622be 10 seqcount_t seq;
0aa366f3
TL
11 struct timespec wall_time;
12 struct timespec monotonic_time;
a5a1d1c2 13 u64 clk_mask;
0aa366f3
TL
14 u32 clk_mult;
15 u32 clk_shift;
16 void *clk_fsys_mmio;
a5a1d1c2 17 u64 clk_cycle_last;
acffc84a 18} ____cacheline_aligned;
0aa366f3
TL
19
20struct itc_jitter_data_t {
21 int itc_jitter;
a5a1d1c2 22 u64 itc_lastcycle;
acffc84a 23} ____cacheline_aligned;
0aa366f3 24