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)
Sun, Aug 9, 11:40 AM
Unknown Object (File)
Sun, Aug 9, 11:29 AM
Unknown Object (File)
Fri, Aug 7, 9:53 PM
Unknown Object (File)
Thu, Aug 6, 8:26 AM
Unknown Object (File)
Wed, Aug 5, 4:04 AM
Unknown Object (File)
Tue, Aug 4, 9:36 AM
Unknown Object (File)
Tue, Jul 28, 9:47 PM
Unknown Object (File)
Sun, Jul 26, 11:19 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