Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 21:06:25 -0500
From:      Kyle Evans <kevans@freebsd.org>
To:        Marius Strobl <marius@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org,  svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   Re: svn commit: r334191 - in stable/11/stand: common ofw/libofw sparc64/loader
Message-ID:  <CACNAnaEGsu91e9Yw4_ErcOmOCF5%2BH8pKQAjFVO6Lzd=V0X6rcg@mail.gmail.com>
In-Reply-To: <201805242311.w4ONBPp7074755@repo.freebsd.org>
References:  <201805242311.w4ONBPp7074755@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 24, 2018 at 6:11 PM, Marius Strobl <marius@freebsd.org> wrote:
> Author: marius
> Date: Thu May 24 23:11:25 2018
> New Revision: 334191
> URL: https://svnweb.freebsd.org/changeset/base/334191
>
> Log:
>   MFC: r333955
>
>   - Unbreak booting sparc64 kernels after the metadata unification in
>     r329190 (MFCed to stable/11 in r332150); sparc64 kernels are always
>     64-bit but with that revision in place, the loader was treating them
>     as 32-bit ones.
>   - In order to reduce the likelihood of this kind of breakage in the
>     future, #ifdef out md_load() on sparc64 and make md_load_dual() -
>     which is currently local to metadata.c anyway - static.
>   - Make md_getboothowto() - also local to metadata.c - static.
>   - Get rid of the unused DTB pointer on sparc64.
>

Huh, not sure how I missed that one... sorry about that. =/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaEGsu91e9Yw4_ErcOmOCF5%2BH8pKQAjFVO6Lzd=V0X6rcg>