sys/proc.h: improve comment for new TDP2 flag

This was suggested by kib and integrated locally, but somehow did not make
it into the committed version.
This commit is contained in:
Kyle Evans 2020-11-17 04:06:35 +00:00
parent 63ecb272a0
commit 7d4dfe7790
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367745

View File

@ -519,7 +519,7 @@ do { \
#define TDP_SIGFASTPENDING 0x80000000 /* Pending signal due to sigfastblock */
#define TDP2_SBPAGES 0x00000001 /* Owns sbusy on some pages */
#define TDP2_COMPAT32RB 0x00000002 /* compat32 robust lists */
#define TDP2_COMPAT32RB 0x00000002 /* compat32 ABI for robust lists */
/*
* Reasons that the current thread can not be run yet.