VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 2021-04-06 13:22:51 +0300 committer: David S. Miller <davem@davemloft.net> 2021-04-06 16:32:17 -0700 commit: a460513ed4b6994bfeb7bd86f72853140bc1ac12 parent: 3036ec035c4dc7e88439a61f5a714cc3988ab4cf
Commit Summary:
time64.h: Consolidated PSEC_PER_SEC definition
Diffstat:
1 file changed, 1 insertion, 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 */