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)
Sat, Oct 11, 12:21 AM
Unknown Object (File)
Sat, Oct 11, 12:20 AM
Unknown Object (File)
Sat, Oct 11, 12:20 AM
Unknown Object (File)
Fri, Oct 10, 5:50 PM
Unknown Object (File)
Tue, Oct 7, 3:36 PM
Unknown Object (File)
Tue, Oct 7, 12:12 PM
Unknown Object (File)
Sat, Oct 4, 8:43 AM
Unknown Object (File)
Thu, Oct 2, 5:45 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