]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update the ktime type in the LinuxKPI to be a signed 64-bit integer similarly
authorhselasky <hselasky@FreeBSD.org>
Sun, 18 Feb 2018 08:05:40 +0000 (08:05 +0000)
committerhselasky <hselasky@FreeBSD.org>
Sun, 18 Feb 2018 08:05:40 +0000 (08:05 +0000)
commitd0ba7ed6c7bee86c37b58d10022e951cb5cddfb3
treebbda5dd07065a1907df48af8b9bcf84cb3e70463
parenta08c55ddb4d3b5b742da7f7d935b0ea42e692590
Update the ktime type in the LinuxKPI to be a signed 64-bit integer similarly
to Linux, to avoid compilation issues. Implement ktime_get_real_seconds().

MFC after: 1 week
Submitted by: Johannes Lundberg <johalun0@gmail.com>
Sponsored by: Mellanox Technologies
Sponsored by: Limelight Networks
sys/compat/linuxkpi/common/include/linux/ktime.h
sys/compat/linuxkpi/common/src/linux_hrtimer.c