Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 09:58:53 +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: r329450 - stable/11/sys/sys
Message-ID:  <201802170958.w1H9wrCg017172@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Sat Feb 17 09:58:53 2018
New Revision: 329450
URL: https://svnweb.freebsd.org/changeset/base/329450

Log:
  Bump the FreeBSD version after r329383 to indicate that the
  cmpxchg() macro is now fully functional in the LinuxKPI.
  
  This is a direct commit.
  
  Sponsored by:   Mellanox Technologies

Modified:
  stable/11/sys/sys/param.h

Modified: stable/11/sys/sys/param.h
==============================================================================
--- stable/11/sys/sys/param.h	Sat Feb 17 09:03:11 2018	(r329449)
+++ stable/11/sys/sys/param.h	Sat Feb 17 09:58:53 2018	(r329450)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1101509	/* Master, propagated to newvers */
+#define __FreeBSD_version 1101510	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



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