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)
Fri, Oct 18, 6:49 AM
Unknown Object (File)
Oct 6 2024, 3:51 AM
Unknown Object (File)
Oct 3 2024, 8:35 AM
Unknown Object (File)
Oct 2 2024, 11:06 PM
Unknown Object (File)
Oct 2 2024, 9:44 PM
Unknown Object (File)
Oct 2 2024, 3:20 PM
Unknown Object (File)
Oct 1 2024, 7:47 PM
Unknown Object (File)
Sep 29 2024, 7:26 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