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)
Mon, Nov 25, 9:47 PM
Unknown Object (File)
Mon, Nov 25, 11:22 AM
Unknown Object (File)
Sat, Nov 23, 11:29 AM
Unknown Object (File)
Thu, Nov 21, 4:54 PM
Unknown Object (File)
Wed, Nov 20, 1:14 AM
Unknown Object (File)
Tue, Nov 19, 9:56 PM
Unknown Object (File)
Tue, Nov 19, 9:56 PM
Unknown Object (File)
Tue, Nov 19, 9:56 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