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)
Sat, May 16, 2:32 AM
Unknown Object (File)
Sat, May 16, 2:31 AM
Unknown Object (File)
Sat, May 16, 2:30 AM
Unknown Object (File)
Wed, May 6, 9:40 PM
Unknown Object (File)
Apr 27 2026, 9:38 AM
Unknown Object (File)
Apr 26 2026, 11:49 AM
Unknown Object (File)
Apr 24 2026, 1:28 PM
Unknown Object (File)
Apr 21 2026, 11:28 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