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)
Mon, Apr 29, 6:50 PM
Unknown Object (File)
Mar 14 2024, 9:34 PM
Unknown Object (File)
Mar 14 2024, 9:33 PM
Unknown Object (File)
Mar 14 2024, 9:33 PM
Unknown Object (File)
Mar 11 2024, 7:13 AM
Unknown Object (File)
Dec 31 2023, 9:35 PM
Unknown Object (File)
Dec 31 2023, 9:35 PM
Unknown Object (File)
Dec 31 2023, 9:35 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