git: c1f48e62dc48 - main - proc: retire 2 unused lock annotations
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Nov 2022 10:51:02 UTC
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=c1f48e62dc48bc9d190fed166ecb8da098a0aa2f commit c1f48e62dc48bc9d190fed166ecb8da098a0aa2f Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2022-11-15 10:50:39 +0000 Commit: Mateusz Guzik <mjg@FreeBSD.org> CommitDate: 2022-11-15 10:50:39 +0000 proc: retire 2 unused lock annotations --- sys/sys/proc.h | 2 -- 1 file changed, 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