mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
705dd2ad774e3a38f09dee3ade85dfd0cc342c13
Due to y2038 problem, where timestamps will overflow if logged in 32bit values, upstream linux kernel has removed timespec and friends. Correpsonding jiffies conversion functions are also obsolete. Update the notifier timestamp setup code to comply with this. Bug 2925664 Change-Id: I5266e3d748e536175af8eff5111fcc54556332a8 Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2326514 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
Description
No description provided