- revert r15563 (pull current version of taskset off the busybox_scratch branch)

This commit is contained in:
Bernhard Reutner-Fischer
2006-11-22 16:39:48 +00:00
parent c8717cd857
commit 32eddffa30
5 changed files with 125 additions and 0 deletions

View File

@@ -340,6 +340,16 @@ config TASKSET
default n
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"