https://github.com/torvalds/linux
Revision 5eda7861e347ffe927ecde5abd74d7b13ae938fa authored by Rusty Russell on 01 June 2015, 06:23:53 UTC, committed by Tony Luck on 02 June 2015, 17:07:03 UTC
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 <rusty@rustcorp.com.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
1 parent c65b99f
History
Tip revision: 5eda7861e347ffe927ecde5abd74d7b13ae938fa authored by Rusty Russell on 01 June 2015, 06:23:53 UTC
ia64: make cpu_callin_map non-volatile.
Tip revision: 5eda786

back to top