Page MenuHomeFreeBSD

Make .align match comment in code
Needs ReviewPublic

Authored by cperciva on Dec 29 2025, 5:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 12:30 AM
Unknown Object (File)
Tue, Aug 11, 11:42 PM
Unknown Object (File)
Mon, Aug 10, 4:27 PM
Unknown Object (File)
Mon, Aug 10, 11:57 AM
Unknown Object (File)
Mon, Aug 10, 3:56 AM
Unknown Object (File)
Sun, Aug 9, 6:58 PM
Unknown Object (File)
Sun, Aug 9, 6:57 PM
Unknown Object (File)
Sun, Aug 9, 3:48 AM
Subscribers

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.