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
F99060022: D36568.diff
Sun, Oct 6, 3:51 AM
Unknown Object (File)
Thu, Oct 3, 8:35 AM
Unknown Object (File)
Wed, Oct 2, 11:06 PM
Unknown Object (File)
Wed, Oct 2, 9:44 PM
Unknown Object (File)
Wed, Oct 2, 3:20 PM
Unknown Object (File)
Tue, Oct 1, 7:47 PM
Unknown Object (File)
Sun, Sep 29, 7:26 PM
Unknown Object (File)
Fri, Sep 27, 5:23 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