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)
Sun, Jul 19, 5:57 PM
Unknown Object (File)
Wed, Jul 8, 9:42 AM
Unknown Object (File)
Fri, Jul 3, 10:13 PM
Unknown Object (File)
Thu, Jul 2, 11:07 PM
Unknown Object (File)
Mon, Jun 22, 2:22 AM
Unknown Object (File)
Jun 16 2026, 2:21 AM
Unknown Object (File)
Jun 13 2026, 12:48 PM
Unknown Object (File)
Jun 10 2026, 5:06 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