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, Nov 9, 3:22 AM
Unknown Object (File)
Thu, Nov 6, 1:06 AM
Unknown Object (File)
Mon, Nov 3, 7:23 AM
Unknown Object (File)
Wed, Oct 29, 1:30 PM
Unknown Object (File)
Wed, Oct 29, 1:29 PM
Unknown Object (File)
Oct 18 2025, 10:48 PM
Unknown Object (File)
Oct 17 2025, 7:55 AM
Unknown Object (File)
Oct 11 2025, 12:21 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