From: Kim Phillips Date: Tue, 30 Aug 2016 19:08:39 +0000 (-0500) Subject: arm64: don't select PERF_USE_VMALLOC by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b4a4485ed4c78520f8fe8e63784903b11bedbbfd;p=openwrt%2Fstaging%2Fblogic.git arm64: don't select PERF_USE_VMALLOC by default Any arm64 based parts that have cache aliasing issues can set it manually. Apparently dragged in from ARM(32) defaults in commit 8c2c3df "arm64: Build infrastructure". Signed-off-by: Kim Phillips Cc: Catalin Marinas Signed-off-by: Will Deacon --- diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 0579f6e0a5fd..e072033b27b2 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -105,7 +105,6 @@ config ARM64 select OF_NUMA if NUMA && OF select OF_RESERVED_MEM select PCI_ECAM if ACPI - select PERF_USE_VMALLOC select POWER_RESET select POWER_SUPPLY select SPARSE_IRQ