From: Frederic Weisbecker Date: Wed, 9 Sep 2015 22:38:16 +0000 (-0700) Subject: kmod: remove unecessary explicit wide CPU affinity setting X-Git-Tag: omap-for-v4.3/fixes-rc1~36^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d097c0240ae8085dd39aa6ca9bd9960969b2b38e;p=pandora-kernel.git kmod: remove unecessary explicit wide CPU affinity setting Khelper is affine to all CPUs. Now since it creates the call_usermodehelper_exec_[a]sync() kernel threads, those inherit the wide affinity. As such explicitly forcing a wide affinity from those kernel threads is like a no-op. Just remove it. It's needless and it breaks CPU isolation users who rely on workqueue affinity tuning. Signed-off-by: Frederic Weisbecker Cc: Rik van Riel Reviewed-by: Oleg Nesterov Cc: Christoph Lameter Cc: Tejun Heo Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed