Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 23:05:57 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324342 - in head: . sys/sys
Message-ID:  <201710052305.v95N5vhj013989@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Oct  5 23:05:56 2017
New Revision: 324342
URL: https://svnweb.freebsd.org/changeset/base/324342

Log:
  Add updating for armv7 and bump FreeBSD_version.
  
  Sponsored by: Netflix

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Oct  5 23:01:50 2017	(r324341)
+++ head/UPDATING	Thu Oct  5 23:05:56 2017	(r324342)
@@ -51,6 +51,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
 
 ****************************** SPECIAL WARNING: ******************************
 
+20171005:
+	The arm port has split armv6 into armv6 and armv7. armv7 is now
+	a valid TARGET_ARCH/MACHINE_ARCH setting.
+
 20171003:
 	When building multiple kernels using KERNCONF, non-existent KERNCONF
 	files will produce an error and buildkernel will fail. Previously

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Oct  5 23:01:50 2017	(r324341)
+++ head/sys/sys/param.h	Thu Oct  5 23:05:56 2017	(r324342)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200049	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200050	/* 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?201710052305.v95N5vhj013989>