HomeFreeBSD

linux(4): Microoptimize rt_sendsig(), convert signal mask once

Description

linux(4): Microoptimize rt_sendsig(), convert signal mask once

On amd64 Linux saves the thread signal mask in both contexts, in the machine
dependent and in the machine independent. Both contexts are user accessible.
Convert the mask once, then copy it.

MFC after: 2 weeks

Details

Provenance
dchaginAuthored on May 30 2022, 4:49 PM
Parents
rG2ab9b59faafb: linux(4): Avoid direct manipulation of td_sigmask
Branches
Unknown
Tags
Unknown