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, May 6, 11:36 AM
Unknown Object (File)
Sat, Apr 27, 11:02 PM
Unknown Object (File)
Apr 18 2024, 8:54 AM
Unknown Object (File)
Apr 4 2024, 12:46 AM
Unknown Object (File)
Mar 13 2024, 11:25 PM
Unknown Object (File)
Mar 7 2024, 11:31 PM
Unknown Object (File)
Jan 15 2024, 2:56 PM
Unknown Object (File)
Dec 23 2023, 11:43 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40367
Build 37256: arc lint + arc unit

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.