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, Oct 19, 12:04 AM
Unknown Object (File)
Fri, Oct 17, 3:33 AM
Unknown Object (File)
Sat, Oct 11, 12:20 AM
Unknown Object (File)
Sat, Oct 11, 12:20 AM
Unknown Object (File)
Sat, Oct 11, 12:20 AM
Unknown Object (File)
Fri, Oct 10, 5:50 PM
Unknown Object (File)
Aug 26 2025, 7:44 PM
Unknown Object (File)
Aug 26 2025, 7:44 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