freebsd-dev/stand/sparc64
Marius Strobl dd5dbb3199 - 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.
2018-05-21 01:20:19 +00:00
..
boot1 Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
loader - Unbreak booting sparc64 kernels after the metadata unification in 2018-05-21 01:20:19 +00:00
zfsboot
zfsloader
Makefile stand: Fix build after r330249 2018-03-01 21:46:01 +00:00
Makefile.inc