From owner-svn-src-stable-11@freebsd.org Fri May 25 02:06:48 2018 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77287F70462; Fri, 25 May 2018 02:06:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22A1E6E537; Fri, 25 May 2018 02:06:48 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id BF9A215D09; Fri, 25 May 2018 02:06:47 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-wm0-f52.google.com with SMTP id a8-v6so10115431wmg.5; Thu, 24 May 2018 19:06:47 -0700 (PDT) X-Gm-Message-State: ALKqPwdstQIBUL/MhEUt0als4F9KGv8YJ/a0f6doLO9yKKa/7KPdSwPG 0BgNXaQc6+mUuLJ8KSLHLMfVueszjCzWNSx9vGw= X-Google-Smtp-Source: ADUXVKJoOUopWsrNYv3rwmLZvxFXaRbbJgCKTdMlHA/eT5x4XMFN/qQa+bVrcolT0LE089WnhsJ97K4qUiU5OS3cDmo= X-Received: by 2002:a2e:9101:: with SMTP id m1-v6mr196792ljg.93.1527214006476; Thu, 24 May 2018 19:06:46 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:3112:0:0:0:0:0 with HTTP; Thu, 24 May 2018 19:06:25 -0700 (PDT) In-Reply-To: <201805242311.w4ONBPp7074755@repo.freebsd.org> References: <201805242311.w4ONBPp7074755@repo.freebsd.org> From: Kyle Evans Date: Thu, 24 May 2018 21:06:25 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334191 - in stable/11/stand: common ofw/libofw sparc64/loader To: Marius Strobl Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2018 02:06:48 -0000 On Thu, May 24, 2018 at 6:11 PM, Marius Strobl 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. =/