On Thu, Sep 9, 2021 at 11:33 AM Sean Christopherson <seanjc@xxxxxxxxxx> wrote: > > Drop x86's duplicate version of barrier() in favor of the generic #define > provided by linux/compiler.h. Include compiler.h in the all-encompassing > libcflat.h to pick up barrier() and other future goodies, e.g. new > attributes defines. > > Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx> Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>