From: Rusty Russell Date: Fri, 8 May 2015 18:09:52 +0000 (+0930) Subject: m32r: make flush_cpumask non-volatile. X-Git-Tag: omap-for-v4.2/omap1-v2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9f064f516c36d018754407b41921c996439ecf;p=pandora-kernel.git m32r: make flush_cpumask non-volatile. We cast away the volatile, but really, why make it volatile at all? We already do a mb() inside the cpumask_empty() loop. Signed-off-by: Rusty Russell Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed