• Palmer Dabbelt's avatar
    RISC-V: Resurrect smp_mb__after_spinlock() · 3cfa5008
    Palmer Dabbelt authored
    I removed this last week because of an incorrect comment:
    smp_mb__after_spinlock() is actually still used, and is necessary on
    RISC-V.  It's been resurrected, with a comment that describes what it
    actually does this time.  Thanks to Andrea for finding the bug!
    
    Fixes: 3343eb68 ("RISC-V: Remove smb_mb__{before,after}_spinlock()")
    CC: Andrea Parri <parri.andrea@gmail.com>
    Signed-off-by: default avatarPalmer Dabbelt <palmer@sifive.com>
    3cfa5008
barrier.h 2.1 KB