On Thu, Dec 10, 2020 at 7:58 PM Bill Wendling <morbo@xxxxxxxxxx> wrote: > > Clang's integrated assembler does not allow symbols with non-absolute > values to be reassigned. Modify the interrupt entry loop macro to be > compatible with IAS by using a label and an offset. > > Cc: Jian Cai <caij2003@xxxxxxxxx> > Signed-off-by: Bill Wendling <morbo@xxxxxxxxxx> > References: https://lore.kernel.org/lkml/20200714233024.1789985-1-caij2003@xxxxxxxxx/ Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>