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
F102653631: D36569.diff
Fri, Nov 15, 9:42 AM
Unknown Object (File)
Sat, Oct 19, 11:17 AM
Unknown Object (File)
Fri, Oct 18, 5:01 AM
Unknown Object (File)
Thu, Oct 17, 11:07 AM
Unknown Object (File)
Thu, Oct 17, 2:11 AM
Unknown Object (File)
Oct 14 2024, 11:29 AM
Unknown Object (File)
Oct 11 2024, 11:33 PM
Unknown Object (File)
Oct 10 2024, 5:12 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