commit | 53a05ac15ee04b56ce02f0f831556e2fcdcce93f | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Dec 21 09:22:18 2015 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 12 20:46:47 2016 +0200 |
tree | 40a51c5370bb1f1c439f151fa3f579c5d8d00f6c | |
parent | 9505ec0825a09ea97426d026f2524d1cefa83a84 [diff] |
ia64: reuse asm-generic/barrier.h On ia64 smp_rmb, smp_wmb, read_barrier_depends, smp_read_barrier_depends and smp_store_mb() match the asm-generic variants exactly. Drop the local definitions and pull in asm-generic/barrier.h instead. This is in preparation to refactoring this code area. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Tony Luck <tony.luck@intel.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>