Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2018 11:06:40 +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-12@freebsd.org
Subject:   svn commit: r340941 - stable/12/sys/compat/linuxkpi/common/include/linux
Message-ID:  <201811261106.wAQB6ecl015676@repo.freebsd.org>

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

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/12/sys/compat/linuxkpi/common/include/linux/ktime.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/compat/linuxkpi/common/include/linux/ktime.h
==============================================================================
--- stable/12/sys/compat/linuxkpi/common/include/linux/ktime.h	Mon Nov 26 11:05:26 2018	(r340940)
+++ stable/12/sys/compat/linuxkpi/common/include/linux/ktime.h	Mon Nov 26 11:06:39 2018	(r340941)
@@ -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?201811261106.wAQB6ecl015676>