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
Unknown Object (File)
Thu, Aug 14, 11:50 PM
Unknown Object (File)
Thu, Aug 14, 8:05 PM
Unknown Object (File)
Jul 13 2025, 6:04 PM
Unknown Object (File)
Jul 7 2025, 12:08 PM
Unknown Object (File)
Jun 23 2025, 10:55 AM
Unknown Object (File)
Jun 23 2025, 9:09 AM
Unknown Object (File)
Jun 21 2025, 2:01 PM
Unknown Object (File)
Jun 18 2025, 9:14 AM
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