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)
Thu, Sep 5, 12:15 PM
Unknown Object (File)
Aug 21 2024, 12:37 PM
Unknown Object (File)
Aug 18 2024, 5:37 AM
Unknown Object (File)
Aug 16 2024, 9:16 PM
Unknown Object (File)
Aug 13 2024, 5:59 PM
Unknown Object (File)
Aug 13 2024, 5:59 PM
Unknown Object (File)
Aug 13 2024, 5:59 PM
Unknown Object (File)
Aug 7 2024, 8:25 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