Page MenuHomeFreeBSD

arm64: Trim duplicate code from cpu_fork_kthread_handler().
ClosedPublic

Authored by jhb on Jan 15 2021, 6:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 24, 9:49 AM
Unknown Object (File)
Thu, Oct 24, 9:49 AM
Unknown Object (File)
Thu, Oct 24, 9:36 AM
Unknown Object (File)
Sun, Oct 20, 5:37 PM
Unknown Object (File)
Oct 3 2024, 12:19 PM
Unknown Object (File)
Sep 30 2024, 9:27 PM
Unknown Object (File)
Sep 30 2024, 7:48 PM
Unknown Object (File)
Sep 30 2024, 4:11 PM

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36236
Build 33125: arc lint + arc unit