HomeFreeBSD

Fix compilation of mips_postboot_fixup() with a C11 compiler

Description

Fix compilation of mips_postboot_fixup() with a C11 compiler

The _Alignas specifier must come before the declaration and not after. It
works if _Alignas() expands to attribute(aligned(x)) which was the only
case I tested before.

Approved By: jhb (mentor)

Details

Provenance
arichardsonAuthored on
Parents
rS328977: Dequeue wired pages lazily.
Branches
Unknown
Tags
Unknown