diff options
| -rw-r--r-- | arch/arm64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index f027701a184d..0567d48ffde0 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -140,7 +140,7 @@ endif ifeq ($(cc-name),clang) KBUILD_CFLAGS += $(call cc-disable-warning, asm-operand-widths) -KBUILD_CFLAGS += -mcpu=cortex-a75+crypto+crc+nodotprod +KBUILD_CFLAGS += -mcpu=cortex-a75+crypto+crc endif # KASAN_SHADOW_OFFSET = VA_START + (1 << (VA_BITS - 3)) - (1 << 61) |
