diff options
author | Rickard Green <[email protected]> | 2012-04-03 19:53:52 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2012-04-23 11:55:34 +0200 |
commit | 447eecd1af7ba3e3a46098d93b88964c0f71ca41 (patch) | |
tree | 416a19104ec82254c5b913c05c03ec96db94f5d9 /erts/etc | |
parent | cfea5eea406ba3af96588ff458e55de9a149d9c5 (diff) | |
download | otp-447eecd1af7ba3e3a46098d93b88964c0f71ca41.tar.gz otp-447eecd1af7ba3e3a46098d93b88964c0f71ca41.tar.bz2 otp-447eecd1af7ba3e3a46098d93b88964c0f71ca41.zip |
Add switch controlling scheduler busy wait
Diffstat (limited to 'erts/etc')
-rw-r--r-- | erts/etc/common/erlexec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 19b3bb82ef..a49d10d6f3 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -121,6 +121,7 @@ static char *plusM_other_switches[] = { /* +s arguments with values */ static char *pluss_val_switches[] = { "bt", + "bwt", "cl", "ct", "wt", |