Page MenuHomeFreeBSD

amd64: macroify copyinstr
AbandonedPublic

Authored by mjg on Sep 22 2018, 11:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 24, 8:50 PM
Unknown Object (File)
Jun 15 2026, 5:43 AM
Unknown Object (File)
Jun 14 2026, 1:36 PM
Unknown Object (File)
Apr 19 2026, 12:40 PM
Unknown Object (File)
Apr 14 2026, 5:53 PM
Unknown Object (File)
Apr 11 2026, 12:04 PM
Unknown Object (File)
Apr 6 2026, 1:29 PM
Unknown Object (File)
Mar 8 2026, 9:29 PM
Subscribers

Details

Reviewers
kib

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 19752

Event Timeline

sys/amd64/amd64/support.S
974

Why do you need a second copy of this prologue ?

mjg marked an inline comment as done.Sep 23 2018, 2:54 PM
mjg added inline comments.
sys/amd64/amd64/support.S
974

I would have to add a special case to the macro so that one primitive gets a label this can jump to. i can do that, but I think it would be uglier. Later I want to move all fault handling to the end of the file.

went in as part of r338970