Bump up the maximum number concurrent threads on x86.

This commit is contained in:
mtm 2004-02-01 15:33:01 +00:00
parent b5ad8f097f
commit 6e3062e1d3

View File

@ -39,7 +39,7 @@
#include "thr_private.h"
#define MAXTHR 128
#define MAXTHR 8192
#define LDT_INDEX(x) (((long)(x) - (long)ldt_entries) / sizeof(ldt_entries[0]))