Page MenuHomeFreeBSD

stand: use archsw.arch_copyin instead of direct call
ClosedPublic

Authored by imp on Sep 14 2022, 7:38 PM.
Tags
None
Referenced Files
F171430682: D36569.id.diff
Fri, Sep 11, 2:41 AM
Unknown Object (File)
Sat, Sep 5, 10:09 AM
Unknown Object (File)
Sat, Sep 5, 9:49 AM
Unknown Object (File)
Sat, Sep 5, 7:56 AM
Unknown Object (File)
Thu, Sep 3, 9:16 AM
Unknown Object (File)
Thu, Sep 3, 5:59 AM
Unknown Object (File)
Thu, Sep 3, 5:31 AM
Unknown Object (File)
Thu, Sep 3, 2:47 AM
Subscribers

Details

Summary

This replaces the CALLBACK(copyin, ...) with a call to
archsw.arch_copyin which points to a function that does the
callback. More diff reduction for the multiple copies of these routines
in the tree.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable