Skip to content
Commit 6ee93f8d authored by Jian Cai's avatar Jian Cai Committed by Thomas Gleixner
Browse files

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: default avatarNick Desaulniers <ndesaulniers@google.com>
Reported-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
Suggested-by: default avatarNick Desaulniers <ndesaulniers@google.com>
Suggested-by: default avatarBrian Gerst <brgerst@gmail.com>
Suggested-by: default avatarArvind Sankar <nivedita@alum.mit.edu>
Signed-off-by: default avatarJian Cai <caij2003@gmail.com>
Signed-off-by: default avatarThomas 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
parent bd87e6f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment