K 10 svn:author V 11 arichardson K 8 svn:date V 27 2018-02-07T16:58:01.355688Z K 7 svn:log V 261 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) END