]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the loader for sparc64.
authorandreast <andreast@FreeBSD.org>
Fri, 1 May 2015 20:35:09 +0000 (20:35 +0000)
committerandreast <andreast@FreeBSD.org>
Fri, 1 May 2015 20:35:09 +0000 (20:35 +0000)
commit5b8c32b5c4e3fc7a1a6838beba7fa0d10181b539
tree2dd55d49ac2dca83a966ac7cf9d88c2cd0462250
parent9d15eb12b6f8008dca861e760767f9d15d55e72d
Fix the loader for sparc64.
The commit from r279799 missed the adaptation of md_load in
sparc64/loader/main.c. This resulted in Memory Address Align issues at the
early boot stage.

Tested on a netbooted Fire 120.
sys/boot/sparc64/loader/main.c