svn commit: r367745 - head/sys/sys

Kyle Evans kevans at FreeBSD.org
Tue Nov 17 04:06:35 UTC 2020


Author: kevans
Date: Tue Nov 17 04:06:35 2020
New Revision: 367745
URL: https://svnweb.freebsd.org/changeset/base/367745

Log:
  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.

Modified:
  head/sys/sys/proc.h

Modified: head/sys/sys/proc.h
==============================================================================
--- head/sys/sys/proc.h	Tue Nov 17 03:36:58 2020	(r367744)
+++ head/sys/sys/proc.h	Tue Nov 17 04:06:35 2020	(r367745)
@@ -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.


More information about the svn-src-head mailing list