HomeFreeBSD

arm64: Trim duplicate code from cpu_fork_kthread_handler().

Description

arm64: Trim duplicate code from cpu_fork_kthread_handler().

cpu_fork_kthread_handler() is always called after either cpu_fork() or
cpu_copy_thread(). The arm64 version was duplicating some of the work
already done by both of those functions.

Sponsored by: Netflix

Details

Provenance
jhbAuthored on Jan 8 2021, 10:56 PM
Differential Revision
D28182: arm64: Trim duplicate code from cpu_fork_kthread_handler().
Parents
rG33f38c8a98e3: release.sh: bump Copyright year after previous commit
Branches
Unknown
Tags
Unknown