HomeFreeBSD

Maintain alignment of in-code 64-bit quantities by design rather than luck.

Description

Maintain alignment of in-code 64-bit quantities by design rather than luck.
If these are not aligned, the linker has to emit a different type of
relocation that the early boot self-relocation code cannot handle, even
in principle, resulting in them being set to zero and the kernel crashing.

MFC after: 1 week

Details