svn commit: r329758 - head/stand/sparc64/loader

Warner Losh imp at bsdimp.com
Wed Feb 21 22:33:52 UTC 2018


On Feb 21, 2018 3:25 PM, "Marius Strobl" <marius at freebsd.org> wrote:

Author: marius
Date: Wed Feb 21 22:24:49 2018
New Revision: 329758
URL: https://svnweb.freebsd.org/changeset/base/329758

Log:
  Fix compilation with LOADER_DEBUG defined after r329725.


Ill add tbat to my regression suit. Sorry for the breakage.

Warner

Modified:
  head/stand/sparc64/loader/main.c

Modified: head/stand/sparc64/loader/main.c
============================================================
==================
--- head/stand/sparc64/loader/main.c    Wed Feb 21 22:14:19 2018
(r329757)
+++ head/stand/sparc64/loader/main.c    Wed Feb 21 22:24:49 2018
(r329758)
@@ -938,7 +938,7 @@ static const char *const page_sizes[] = {

 static void
 pmap_print_tte_sun4u(tte_t tag, tte_t tte)
-
+{

        printf("%s %s ",
            page_sizes[(tte >> TD_SIZE_SHIFT) & TD_SIZE_MASK],


More information about the svn-src-all mailing list