]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Unbreak booting sparc64 kernels after the metadata unification in
authorMarius Strobl <marius@FreeBSD.org>
Mon, 21 May 2018 01:20:19 +0000 (01:20 +0000)
committerMarius Strobl <marius@FreeBSD.org>
Mon, 21 May 2018 01:20:19 +0000 (01:20 +0000)
commitdd5dbb3199898159b013aa1a53b4b6327195eee3
tree9b3118b0f7a4612618255bc09a9a43cd035c7522
parentfcfaa4734c655910494a47b38c0711b78beb2eeb
- Unbreak booting sparc64 kernels after the metadata unification in
  r329190; 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.
stand/common/metadata.c
stand/ofw/libofw/libofw.h
stand/sparc64/loader/main.c