From 5cc25c115a13dbcd408ec5a00ab7fc86f0126d1e Mon Sep 17 00:00:00 2001 From: mb158278 Date: Fri, 8 Jun 2007 14:23:50 -0700 Subject: 6491350 Auto mpss and kpr combo can make a system crawl in case of fragmented memory. --- usr/src/uts/common/sys/thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/uts/common/sys/thread.h') diff --git a/usr/src/uts/common/sys/thread.h b/usr/src/uts/common/sys/thread.h index e91b3bec0c..95b6a5548f 100644 --- a/usr/src/uts/common/sys/thread.h +++ b/usr/src/uts/common/sys/thread.h @@ -365,6 +365,7 @@ typedef struct _kthread { #define T_DFLTSTK 0x1000 /* stack is default size */ #define T_CAPTURING 0x2000 /* thread is in page capture logic */ #define T_VFPARENT 0x4000 /* thread is vfork parent, must call vfwait */ +#define T_DONTDTRACE 0x8000 /* disable DTrace probes */ /* * Flags in t_proc_flag. -- cgit v1.2.3