Page MenuHomeFreeBSD

stand: use archsw.arch_copyin instead of i386_copyin
ClosedPublic

Authored by imp on Sep 14 2022, 7:38 PM.
Tags
None
Referenced Files
F115577795: D36568.diff
Fri, Apr 25, 2:13 PM
Unknown Object (File)
Mar 13 2025, 4:34 PM
Unknown Object (File)
Mar 2 2025, 2:25 AM
Unknown Object (File)
Feb 27 2025, 5:58 PM
Unknown Object (File)
Feb 25 2025, 11:42 PM
Unknown Object (File)
Feb 25 2025, 4:26 PM
Unknown Object (File)
Feb 25 2025, 12:51 PM
Unknown Object (File)
Feb 24 2025, 3:34 PM
Subscribers

Details

Summary

Since archsw.arch_copyin is always i386_copyin, this will be a nop in
terms of functionality. This is a diff reduction against other copies of
the code that differ only by what copyin routine they call.

Sponsored by: Netflix

Diff Detail

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