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 Feb 7 2018, 4:58 PM
Parents
rG1d3a1bcfac7f: Dequeue wired pages lazily.
Branches
Unknown
Tags
Unknown

Event Timeline