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
F96999939: D36569.id110640.diff
Fri, Sep 27, 10:14 AM
Unknown Object (File)
Wed, Sep 25, 10:10 PM
Unknown Object (File)
Tue, Sep 24, 4:43 PM
Unknown Object (File)
Sun, Sep 22, 8:32 PM
Unknown Object (File)
Sat, Sep 21, 3:13 PM
Unknown Object (File)
Fri, Sep 20, 5:33 AM
Unknown Object (File)
Mon, Sep 16, 11:36 PM
Unknown Object (File)
Mon, Sep 16, 11:22 PM
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