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, Jun 22, 2:22 AM
Unknown Object (File)
Tue, Jun 16, 2:21 AM
Unknown Object (File)
Sat, Jun 13, 12:48 PM
Unknown Object (File)
Wed, Jun 10, 5:06 AM
Unknown Object (File)
May 16 2026, 2:32 AM
Unknown Object (File)
May 16 2026, 2:31 AM
Unknown Object (File)
May 16 2026, 2:30 AM
Unknown Object (File)
May 6 2026, 9:40 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