vsyscall_gettimeofday: make timeval from TSC

This commit is contained in:
NAKAMURA Gou
2015-11-11 17:38:22 +09:00
parent 1a5ff7f535
commit 26492a2895
7 changed files with 78 additions and 8 deletions

View File

@@ -296,6 +296,6 @@ struct tod_data_s {
unsigned long clocks_per_sec;
struct timespec origin; /* realtime when tsc=0 */
};
extern struct tod_data_s tod_data;
extern struct tod_data_s tod_data; /* residing in arch-dependent file */
#endif