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, Jun 27, 12:05 PM
Unknown Object (File)
Jun 15 2024, 8:15 AM
Unknown Object (File)
Jun 12 2024, 7:54 PM
Unknown Object (File)
Jun 1 2024, 6:25 AM
Unknown Object (File)
Jun 1 2024, 6:25 AM
Unknown Object (File)
Jun 1 2024, 6:25 AM
Unknown Object (File)
May 30 2024, 1:06 PM
Unknown Object (File)
May 30 2024, 5:58 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