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)
Dec 4 2024, 12:30 AM
Unknown Object (File)
Nov 27 2024, 2:05 AM
Unknown Object (File)
Nov 19 2024, 9:56 PM
Unknown Object (File)
Nov 19 2024, 9:56 PM
Unknown Object (File)
Nov 19 2024, 9:56 PM
Unknown Object (File)
Nov 19 2024, 5:40 AM
Unknown Object (File)
Nov 16 2024, 5:26 PM
Unknown Object (File)
Nov 15 2024, 11:27 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