mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
MFhead@r324914
Once more on to the MFC, my dear friends
This commit is contained in:
commit
7785423900
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/runtime-coverage/; revision=324915
@ -271,7 +271,7 @@ __DEFAULT_NO_OPTIONS+=GDB_LIBEXEC
|
||||
.else
|
||||
__DEFAULT_YES_OPTIONS+=GDB_LIBEXEC
|
||||
.endif
|
||||
# Only doing soft float API stuff on armv6
|
||||
# Only doing soft float API stuff on armv6 and armv7
|
||||
.if ${__T} != "armv6" && ${__T} != "armv7"
|
||||
BROKEN_OPTIONS+=LIBSOFT
|
||||
.endif
|
||||
|
@ -137,7 +137,7 @@ __FBSDID("$FreeBSD$");
|
||||
#define WITNESS_COUNT 1536
|
||||
#endif
|
||||
#define WITNESS_HASH_SIZE 251 /* Prime, gives load factor < 2 */
|
||||
#define WITNESS_PENDLIST (1024 + MAXCPU)
|
||||
#define WITNESS_PENDLIST (2048 + MAXCPU)
|
||||
|
||||
/* Allocate 256 KB of stack data space */
|
||||
#define WITNESS_LO_DATA_COUNT 2048
|
||||
|
Loading…
Reference in New Issue
Block a user