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)
Dec 1 2024, 11:34 PM
Unknown Object (File)
Nov 29 2024, 9:46 PM
Unknown Object (File)
Nov 25 2024, 9:47 PM
Unknown Object (File)
Nov 25 2024, 11:22 AM
Unknown Object (File)
Nov 23 2024, 11:29 AM
Unknown Object (File)
Nov 21 2024, 4:54 PM
Unknown Object (File)
Nov 20 2024, 1:14 AM
Unknown Object (File)
Nov 19 2024, 9:56 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