svn commit: r192567 - user/kmacy/releng_7_2_fcs/sys/sys

Kip Macy kmacy at FreeBSD.org
Thu May 21 19:51:51 UTC 2009


Author: kmacy
Date: Thu May 21 19:51:49 2009
New Revision: 192567
URL: http://svn.freebsd.org/changeset/base/192567

Log:
  define TDP_KTHREAD

Modified:
  user/kmacy/releng_7_2_fcs/sys/sys/proc.h

Modified: user/kmacy/releng_7_2_fcs/sys/sys/proc.h
==============================================================================
--- user/kmacy/releng_7_2_fcs/sys/sys/proc.h	Thu May 21 19:50:47 2009	(r192566)
+++ user/kmacy/releng_7_2_fcs/sys/sys/proc.h	Thu May 21 19:51:49 2009	(r192567)
@@ -390,6 +390,7 @@ do {									\
 #define	TDP_NORUNNINGBUF 0x00040000 /* Ignore runningbufspace check */
 #define	TDP_WAKEUP	0x00080000 /* Don't sleep in umtx cond_wait */
 #define	TDP_INBDFLUSH	0x00100000 /* Already in BO_BDFLUSH, do not recurse */
+#define	TDP_KTHREAD	0x00200000
 #define	TDP_IGNSUSP	0x00800000 /* Permission to ignore the MNTK_SUSPEND* */
 #define	TDP_AUDITREC	0x01000000 /* Audit record pending on thread */
 


More information about the svn-src-user mailing list