Page MenuHomeFreeBSD

linux(4): remove unfinished vsyscall bits on arm64
ClosedPublic

Authored by trasz on Jul 7 2021, 1:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 7, 11:12 AM
Unknown Object (File)
Fri, Sep 4, 3:57 AM
Unknown Object (File)
Thu, Sep 3, 7:42 PM
Unknown Object (File)
Thu, Sep 3, 11:29 AM
Unknown Object (File)
Tue, Sep 1, 3:07 PM
Unknown Object (File)
Tue, Sep 1, 9:26 AM
Unknown Object (File)
Sun, Aug 30, 12:39 PM
Unknown Object (File)
Sun, Aug 30, 8:37 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz requested review of this revision.Jul 7 2021, 1:40 PM
dchagin added a subscriber: dchagin.

AFAIR, this is used on amd64 only

This revision is now accepted and ready to land.Jul 7 2021, 2:00 PM

Yes, a quick search suggests vsyscall was implemented only on 32- and 64-bit x86 Linux (and in Linuxulator, only 64-bit). And, sv_trap is used only in sys/amd64/amd64/trap.c.