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)
Thu, Oct 30, 9:13 AM
Unknown Object (File)
Wed, Oct 29, 8:03 PM
Unknown Object (File)
Wed, Oct 29, 1:51 PM
Unknown Object (File)
Wed, Oct 29, 1:49 PM
Unknown Object (File)
Wed, Oct 29, 1:49 PM
Unknown Object (File)
Sun, Oct 19, 12:04 AM
Unknown Object (File)
Oct 17 2025, 3:33 AM
Unknown Object (File)
Oct 11 2025, 12:20 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