]> asedeno.scripts.mit.edu Git - linux.git/commit
um: Use real DMA barriers
authorJohannes Berg <johannes.berg@intel.com>
Wed, 11 Sep 2019 12:51:19 +0000 (14:51 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 15 Sep 2019 19:37:14 +0000 (21:37 +0200)
commit851b6cb17c9912bc0cb452e477c04542b01db51b
treee2acef78c752a9c0c7d1dfafa626907ecb27c8ab
parenta30cc14fe49c2d5913caf6b987d7cbd86c5e370b
um: Use real DMA barriers

When we have virtio enabled, we must have real barriers since we
may be running on an SMP machine (quite likely are, in fact), so
the other process can be on another CPU.

Since in any other case we don't really use DMA barriers, remove
their override completely so real barriers will get used. In the
future we might need them for other cases as well.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/x86/um/asm/barrier.h