• Johannes Berg's avatar
    um: Use real DMA barriers · 851b6cb1
    Johannes Berg authored
    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: default avatarJohannes Berg <johannes.berg@intel.com>
    Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
    851b6cb1
barrier.h 747 Bytes