From: Masami Hiramatsu Date: Sun, 9 Nov 2014 22:57:29 +0000 (+1030) Subject: module: Unlink module with RCU synchronizing instead of stop_machine X-Git-Tag: omap-for-v3.20/drop-legacy-3517~28^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=461e34aed0550fee706a9a28fb453830b5079ea0;p=pandora-kernel.git module: Unlink module with RCU synchronizing instead of stop_machine Unlink module from module list with RCU synchronizing instead of using stop_machine(). Since module list is already protected by rcu, we don't need stop_machine() anymore. Signed-off-by: Masami Hiramatsu Signed-off-by: Rusty Russell --- Reading git-diff-tree failed