svn commit: r334157 - head/sys/arm64/arm64

Andrew Turner andrew at FreeBSD.org
Thu May 24 15:07:54 UTC 2018


Author: andrew
Date: Thu May 24 15:07:53 2018
New Revision: 334157
URL: https://svnweb.freebsd.org/changeset/base/334157

Log:
  Print the physmem tables under a verbose boot.
  
  Obtained from:	ABT Systems Ltd
  Sponsored by:	Turing Robotic Industries

Modified:
  head/sys/arm64/arm64/machdep.c

Modified: head/sys/arm64/arm64/machdep.c
==============================================================================
--- head/sys/arm64/arm64/machdep.c	Thu May 24 15:04:44 2018	(r334156)
+++ head/sys/arm64/arm64/machdep.c	Thu May 24 15:07:53 2018	(r334157)
@@ -1116,6 +1116,9 @@ initarm(struct arm64_bootparams *abp)
 	if (env != NULL)
 		strlcpy(kernelname, env, sizeof(kernelname));
 
+	if (bootverbose)
+		arm_physmem_print_tables();
+
 	early_boot = 0;
 }
 


More information about the svn-src-all mailing list