summary refs log tree commit diff
path: root/include/vdso/time64.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2021-04-06 13:22:51 +0300
committerDavid S. Miller <davem@davemloft.net>2021-04-06 16:32:17 -0700
commita460513ed4b6994bfeb7bd86f72853140bc1ac12 (patch)
treec85178cb51f968494e0e5e182dc31cfc29c6c657 /include/vdso/time64.h
parent3036ec035c4dc7e88439a61f5a714cc3988ab4cf (diff)
downloadlinux-a460513ed4b6994bfeb7bd86f72853140bc1ac12.tar.gz
time64.h: Consolidated PSEC_PER_SEC definition
We have currently three users of the PSEC_PER_SEC each of them defining it
individually. Instead, move it to time64.h to be available for everyone.

There is a new user coming with the same constant in use. It will also
make its life easier.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/vdso/time64.h')
-rw-r--r--include/vdso/time64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vdso/time64.h b/include/vdso/time64.h
index 9d43c3f5e89d..b40cfa2aa33c 100644
--- a/include/vdso/time64.h
+++ b/include/vdso/time64.h
@@ -9,6 +9,7 @@
 #define NSEC_PER_MSEC	1000000L
 #define USEC_PER_SEC	1000000L
 #define NSEC_PER_SEC	1000000000L
+#define PSEC_PER_SEC	1000000000000LL
 #define FSEC_PER_SEC	1000000000000000LL
 
 #endif /* __VDSO_TIME64_H */