arm64/makefile: No longer using hwasan pile insertion

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
wangmingrong1 2024-10-08 12:13:10 +08:00 committed by Xiang Xiao
parent dd57400e7b
commit 0866010101
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ endif
ifeq ($(CONFIG_ARCH_HAVE_MPU),y) ifeq ($(CONFIG_ARCH_HAVE_MPU),y)
CMN_CSRCS += arm64_mpu.c CMN_CSRCS += arm64_mpu.c
common/arm64_mpu.c_CFLAGS += -fno-sanitize=kernel-hwaddress
common/arm64_mpu.c_CFLAGS += -fno-sanitize=kernel-address common/arm64_mpu.c_CFLAGS += -fno-sanitize=kernel-address
endif endif