Bump up the maximum number concurrent threads on x86.

This commit is contained in:
Mike Makonnen 2004-02-01 15:33:01 +00:00
parent 92f367e5f2
commit 4e3c587d23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125307

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]))