K 10 svn:author V 5 gonzo K 8 svn:date V 27 2017-01-10T20:08:21.189075Z K 7 svn:log V 336 [efi] Fix off-by-one error in ARM .bss zeroing code in loader's _start __bss_end should not be included in .bss zeroing code. Otherwise first 4 bytes of the section that follows .bss (in loader's case it's .sdata) are overwritten by zero. Reviewed by: andrew MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D9108 END