Use aligned addresses to take over the MMU
commit26f5bdf7b49e5a516031722f25a06c6f2346c254
authorJakub Jermar <jakub@jermar.eu>
Fri, 30 Nov 2018 22:31:12 +0000 (30 23:31 +0100)
committerJakub Jermar <jakub@jermar.eu>
Fri, 30 Nov 2018 22:31:12 +0000 (30 23:31 +0100)
tree91d7f35dfba601b171cc2fba84f1a87b3547eb02
parentea4910bfed05043e6107a7bf8389ce3e6adfcf37
Use aligned addresses to take over the MMU

Commit cfdeedc55a55b7c1fc8de8b3faea55104ff3f641 made the kernel image
start address unaligned, which broke the MMU takeover on sun4v. Use
kernel load address, which is still aligned.
kernel/arch/sparc64/src/sun4v/start.S