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)
Tue, Apr 21, 11:28 AM
Unknown Object (File)
Tue, Apr 21, 12:14 AM
Unknown Object (File)
Sun, Apr 19, 9:53 AM
Unknown Object (File)
Sat, Apr 11, 2:19 AM
Unknown Object (File)
Mon, Apr 6, 8:57 AM
Unknown Object (File)
Mon, Apr 6, 5:48 AM
Unknown Object (File)
Mon, Mar 30, 12:56 AM
Unknown Object (File)
Mar 14 2026, 2:21 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