diff options
author | Denys Vlasenko | 2014-08-17 19:36:22 +0200 |
---|---|---|
committer | Denys Vlasenko | 2014-08-17 19:36:22 +0200 |
commit | 962c4e822012a6d4c83b869eb47506881b4abc57 (patch) | |
tree | 6f23eaa2b896bcb65d081014682b564ffc0dd6fe /miscutils/Config.src | |
parent | fb8d1ef2d00db013eae3cc675fc8b34fd0a7a987 (diff) | |
download | busybox-962c4e822012a6d4c83b869eb47506881b4abc57.zip busybox-962c4e822012a6d4c83b869eb47506881b4abc57.tar.gz |
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.src | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index 1b2a3ae..d69abf1 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src @@ -499,22 +499,6 @@ config STRINGS strings prints the printable character sequences for each file specified. -config TASKSET - bool "taskset" - default n # doesn't build on some non-x86 targets (m68k) - help - Retrieve or set a processes's CPU affinity. - This requires sched_{g,s}etaffinity support in your libc. - -config FEATURE_TASKSET_FANCY - bool "Fancy output" - default y - depends on TASKSET - help - Add code for fancy output. This merely silences a compiler-warning - and adds about 135 Bytes. May be needed for machines with alot - of CPUs. - config TIME bool "time" default y |