aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/um/asm
Commit message (Collapse)AuthorAgeFilesLines
* x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin2017-04-111-5/+1
| | | | | | | | | | | | | | | | commit 577f183acc88645eae116326cc2203dc88ea730c upstream. On x86/um CONFIG_SMP is never defined. As a result, several macros match the asm-generic variant 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: Arnd Bergmann <arnd@arndb.de> Acked-by: Richard Weinberger <richard@nod.at> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Willy Tarreau <w@1wt.eu>
* first commitMeizu OpenSource2016-08-1519-0/+938