diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2022-11-15 10:50:39 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2022-11-15 10:50:39 +0000 |
| commit | c1f48e62dc48bc9d190fed166ecb8da098a0aa2f (patch) | |
| tree | fad0031a66a545f9badbe354351ae5c96e3ae5d5 /sys | |
| parent | 5246f8fade5bdb72d6e61f333d8b815b456a4ef5 (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/proc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 08a74c7326cf..2dc34e6cd9b3 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -157,7 +157,6 @@ struct pargs { * k*- only accessed by curthread and from an interrupt * kx- only accessed by curthread and by debugger * l - the attaching proc or attaching proc parent - * m - Giant * n - not locked, lazy * o - ktrace lock * q - td_contested lock @@ -169,7 +168,6 @@ struct pargs { * x - created at fork, only changes during single threading in exec * y - created at first aio, doesn't change until exit or exec at which * point we are single-threaded and only curthread changes it - * z - zombie threads lock * * If the locking key specifies two identifiers (for example, p_pptr) then * either lock is sufficient for read access, but both locks must be held |
