HomeFreeBSD

Annotate TDP_RFPPWAIT as unlikely.

Description

Annotate TDP_RFPPWAIT as unlikely.

The flag is only set on vfork, but is tested for *all* syscalls.
On amd64 this shortens common-case (not vfork) code.

Details

Provenance
mjgAuthored on
Parents
rS340785: fork: remove avoidable proc lock/unlock pair
Branches
Unknown
Tags
Unknown