Bump up the maximum number concurrent threads on x86.
This commit is contained in:
parent
b5ad8f097f
commit
6e3062e1d3
@ -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]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user