Page MenuHomeFreeBSD

Make .align match comment in code
Needs ReviewPublic

Authored by cperciva on Mon, Dec 29, 5:12 PM.

Details

Reviewers
andrew
manu
Summary

I have no idea whether the comment is wrong or the .align is wrong. Also, no idea if this can cause any problems; it just caught my eye as I was looking at the code.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/arm64/arm64/sigtramp.S
51–52

This and the comment should be removed, this isn't copied to the stack as we use the shared page, and the stack is non-executable.