commit | 003472a93ad019bfd054a5cbb30c6eec7d0395a3 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Dec 27 15:04:42 2015 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 12 20:46:53 2016 +0200 |
tree | c9b52f3bba3d9381b8dff3245819f638a0fcf05b | |
parent | a9e4252a9b147043142282ebb65da94dcb951e2a [diff] |
powerpc: define __smp_xxx This defines __smp_xxx barriers for powerpc for use by virtualization. smp_xxx barriers are removed as they are defined correctly by asm-generic/barriers.h This reduces the amount of arch-specific boiler-plate code. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Boqun Feng <boqun.feng@gmail.com> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>