x86/entry: Add compatibility with IAS
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. Reported-by:Nick Desaulniers <ndesaulniers@google.com> Reported-by:
Sedat Dilek <sedat.dilek@gmail.com> Suggested-by:
Nick Desaulniers <ndesaulniers@google.com> Suggested-by:
Brian Gerst <brgerst@gmail.com> Suggested-by:
Arvind Sankar <nivedita@alum.mit.edu> Signed-off-by:
Jian Cai <caij2003@gmail.com> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Tested-by: Sedat Dilek <sedat.dilek@gmail.com> # Link: https://github.com/ClangBuiltLinux/linux/issues/1043 Link: https://lkml.kernel.org/r/20200714233024.1789985-1-caij2003@gmail.com
Showing
Please register or sign in to comment