Date: Thu, 31 May 2018 11:53:46 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r334421 - head/sys/arm64/arm64 Message-ID: <201805311153.w4VBrk6h043847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: andrew Date: Thu May 31 11:53:46 2018 New Revision: 334421 URL: https://svnweb.freebsd.org/changeset/base/334421 Log: Fix the early spelling of bootverbose. Sponsored by: DARPA, AFRL Modified: head/sys/arm64/arm64/machdep.c Modified: head/sys/arm64/arm64/machdep.c ============================================================================== --- head/sys/arm64/arm64/machdep.c Thu May 31 11:11:23 2018 (r334420) +++ head/sys/arm64/arm64/machdep.c Thu May 31 11:53:46 2018 (r334421) @@ -1075,7 +1075,7 @@ initarm(struct arm64_bootparams *abp) if (env != NULL) strlcpy(kernelname, env, sizeof(kernelname)); - if (bootverbose) + if (boothowto & RB_VERBOSE) arm_physmem_print_tables(); early_boot = 0;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805311153.w4VBrk6h043847>