From 962c4e822012a6d4c83b869eb47506881b4abc57 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 17 Aug 2014 19:36:22 +0200 Subject: taskset: support CPU masks for more than 64 CPUs function old new delta taskset_main 522 631 +109 Signed-off-by: Denys Vlasenko --- miscutils/Config.src | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'miscutils/Config.src') 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 -- cgit v1.1