• Will Deacon's avatar
    x86: io: implement dummy relaxed accessor macros for writes · cbc908ef
    Will Deacon authored
    write{b,w,l,q}_relaxed are implemented by some architectures in order to
    permit memory-mapped I/O accesses with weaker barrier semantics than the
    non-relaxed variants.
    
    This patch adds dummy macros for the write accessors to x86, in the
    same vein as the dummy definitions for the relaxed read accessors.
    
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: "H. Peter Anvin" <hpa@zytor.com>
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    cbc908ef
io.h 9.84 KB