aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2014-08-17 19:36:22 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2014-08-17 19:36:22 +0200
commit962c4e822012a6d4c83b869eb47506881b4abc57 (patch)
tree6f23eaa2b896bcb65d081014682b564ffc0dd6fe /miscutils/Config.src
parentfb8d1ef2d00db013eae3cc675fc8b34fd0a7a987 (diff)
downloadbusybox-w32-962c4e822012a6d4c83b869eb47506881b4abc57.tar.gz
busybox-w32-962c4e822012a6d4c83b869eb47506881b4abc57.tar.bz2
busybox-w32-962c4e822012a6d4c83b869eb47506881b4abc57.zip
taskset: support CPU masks for more than 64 CPUs
function old new delta taskset_main 522 631 +109 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Config.src')
-rw-r--r--miscutils/Config.src16
1 files changed, 0 insertions, 16 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src
index 1b2a3ae9a..d69abf1a2 100644
--- a/miscutils/Config.src
+++ b/miscutils/Config.src
@@ -499,22 +499,6 @@ config STRINGS
499 strings prints the printable character sequences for each file 499 strings prints the printable character sequences for each file
500 specified. 500 specified.
501 501
502config TASKSET
503 bool "taskset"
504 default n # doesn't build on some non-x86 targets (m68k)
505 help
506 Retrieve or set a processes's CPU affinity.
507 This requires sched_{g,s}etaffinity support in your libc.
508
509config FEATURE_TASKSET_FANCY
510 bool "Fancy output"
511 default y
512 depends on TASKSET
513 help
514 Add code for fancy output. This merely silences a compiler-warning
515 and adds about 135 Bytes. May be needed for machines with alot
516 of CPUs.
517
518config TIME 502config TIME
519 bool "time" 503 bool "time"
520 default y 504 default y