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,
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to