~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/x86/include/asm/vgtod.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        u32             wall_time_nsec;
13
13
 
14
14
        int             sysctl_enabled;
15
 
        int             trace_clock_is_sync;
16
15
        struct timezone sys_tz;
17
16
        struct { /* extract of a clocksource struct */
18
17
                cycle_t (*vread)(void);
24
23
        struct timespec wall_to_monotonic;
25
24
        struct timespec wall_time_coarse;
26
25
};
27
 
extern struct vsyscall_gtod_data __vsyscall_gtod_data
28
 
__section_vsyscall_gtod_data;
29
26
extern struct vsyscall_gtod_data vsyscall_gtod_data;
30
27
 
31
28
#endif /* _ASM_X86_VGTOD_H */