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
F166180838: D36569.id110561.diff
Wed, Aug 12, 4:32 AM
Unknown Object (File)
Tue, Aug 11, 9:51 AM
Unknown Object (File)
Sun, Aug 9, 9:49 PM
Unknown Object (File)
Sun, Aug 9, 6:26 PM
Unknown Object (File)
Sun, Aug 9, 12:59 PM
Unknown Object (File)
Fri, Aug 7, 7:10 PM
Unknown Object (File)
Fri, Aug 7, 4:21 PM
Unknown Object (File)
Thu, Aug 6, 8:39 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