On Thu, Sep 9, 2021 at 11:32 AM Sean Christopherson <seanjc@xxxxxxxxxx> wrote: > > From: Bill Wendling <morbo@xxxxxxxxxx> > > do_ring3 uses inline asm that defines globally visible labels. Clang > decides that it can inline this function, which causes the assembler to > complain about duplicate symbols. Mark the function as "noinline" to > prevent this. > > Signed-off-by: Bill Wendling <morbo@xxxxxxxxxx> > [sean: call out the globally visible aspect] > Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx> Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>