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)
Wed, Nov 27, 2:05 AM
Unknown Object (File)
Tue, Nov 19, 9:56 PM
Unknown Object (File)
Tue, Nov 19, 9:56 PM
Unknown Object (File)
Tue, Nov 19, 9:56 PM
Unknown Object (File)
Tue, Nov 19, 5:40 AM
Unknown Object (File)
Sat, Nov 16, 5:26 PM
Unknown Object (File)
Fri, Nov 15, 11:27 PM
Unknown Object (File)
Oct 18 2024, 6:49 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