diff options
author | Rob Landley | 2006-06-30 22:20:43 +0000 |
---|---|---|
committer | Rob Landley | 2006-06-30 22:20:43 +0000 |
commit | 12d9419273c04dcdf2557f0263d69633c60b6a60 (patch) | |
tree | bf31bbda19a078002c20fc70776ebe749f54683e /miscutils/Config.in | |
parent | 5df6d9f7777c0272365845e97ed836f61965a375 (diff) | |
download | busybox-12d9419273c04dcdf2557f0263d69633c60b6a60.zip busybox-12d9419273c04dcdf2557f0263d69633c60b6a60.tar.gz |
Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,
and nobody seemed interested in fixing it despite repeated complaints.
I'll worry about it in the 1.3 timeframe...
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 75a48c8..2d60fb6 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in @@ -311,6 +311,12 @@ config CONFIG_TASKSET help Retrieve or set a processes's CPU affinity +config CONFIG_TASKSET + bool "taskset" + default n + help + Retrieve or set a processes's CPU affinity (on linux) + config CONFIG_TIME bool "time" default n |