HomeFreeBSD

stand: use archsw.arch_copyin instead of direct call

Description

stand: use archsw.arch_copyin instead of direct call

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
Differential Revision: https://reviews.freebsd.org/D36569

Details

Provenance
impAuthored on Sep 16 2022, 3:08 PM
Differential Revision
D36569: stand: use archsw.arch_copyin instead of direct call
Parents
rGa705c72f2142: stand: use archsw.arch_copyin instead of i386_copyin
Branches
Unknown
Tags
Unknown