changeset 7890:24cdfdc10811

6759957 reduce the initial TLS demands on memory
author Roger A. Faulkner <Roger.Faulkner@Sun.COM>
date Mon, 20 Oct 2008 19:08:01 -0700
parents 9c8433521be1
children dc4ac6bc29d0
files usr/src/lib/libc/port/threads/tls.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/libc/port/threads/tls.c	Tue Oct 21 09:45:21 2008 +0800
+++ b/usr/src/lib/libc/port/threads/tls.c	Mon Oct 20 19:08:01 2008 -0700
@@ -24,12 +24,10 @@
  * Use is subject to license terms.
  */
 
-#pragma ident	"%Z%%M%	%I%	%E% SMI"
-
 #include "lint.h"
 #include "thr_uberdata.h"
 
-#define	MIN_MOD_SLOTS	16
+#define	MIN_MOD_SLOTS	8
 
 /*
  * Used to inform libc_init() that we are on the primary link map,