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, Mar 14, 2:17 AM
Unknown Object (File)
Sat, Mar 14, 12:03 AM
Unknown Object (File)
Thu, Mar 12, 7:10 AM
Unknown Object (File)
Thu, Mar 12, 7:05 AM
Unknown Object (File)
Tue, Mar 10, 8:28 AM
Unknown Object (File)
Thu, Feb 26, 11:11 PM
Unknown Object (File)
Thu, Feb 26, 9:04 AM
Unknown Object (File)
Wed, Feb 25, 3:29 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