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
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
Unknown Object (File)
Thu, Sep 3, 12:48 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 47385
Build 44272: arc lint + arc unit