Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2018 11:07:43 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r340942 - stable/11/sys/compat/linuxkpi/common/include/linux
Message-ID:  <201811261107.wAQB7hp4015779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Mon Nov 26 11:07:43 2018
New Revision: 340942
URL: https://svnweb.freebsd.org/changeset/base/340942

Log:
  MFC r340479:
  Implement ktime_get_ts64() function macro in the LinuxKPI.
  
  Submitted by:		Johannes Lundberg <johalun0@gmail.com>
  Sponsored by:		Mellanox Technologies

Modified:
  stable/11/sys/compat/linuxkpi/common/include/linux/ktime.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/compat/linuxkpi/common/include/linux/ktime.h
==============================================================================
--- stable/11/sys/compat/linuxkpi/common/include/linux/ktime.h	Mon Nov 26 11:06:39 2018	(r340941)
+++ stable/11/sys/compat/linuxkpi/common/include/linux/ktime.h	Mon Nov 26 11:07:43 2018	(r340942)
@@ -176,6 +176,7 @@ timeval_to_ktime(struct timeval tv)
 #define	ktime_to_timespec64(kt)		ns_to_timespec(kt)
 #define	ktime_to_timeval(kt)		ns_to_timeval(kt)
 #define	ktime_to_ns(kt)			(kt)
+#define	ktime_get_ts64(ts)		ktime_get_ts(ts)
 
 static inline int64_t
 ktime_get_ns(void)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811261107.wAQB7hp4015779>