From: Rusty Russell Date: Mon, 1 Jun 2015 06:23:53 +0000 (+0930) Subject: ia64: make cpu_callin_map non-volatile. X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eda7861e347ffe927ecde5abd74d7b13ae938fa;p=pandora-kernel.git ia64: make cpu_callin_map non-volatile. cpumask_test_cpu() doesn't take volatile, unlike the obsoleted cpu_isset. The only place ia64 really cares is the spin waiting for a bit; udelay() is probably a barrier but insert barrier() to be sure. Signed-off-by: Rusty Russell Signed-off-by: Tony Luck --- Reading git-diff-tree failed