Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1472784

[PATCH 2/2] arm64: don't select PERF_USE_VMALLOC by default

From Kim Phillips <kim.phillips@arm.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] arm64: don't select PERF_USE_VMALLOC by default
Date 2016-08-30 21:10 +0200
Message-ID <sbWA1-tT-19@gated-at.bofh.it> (permalink)
Organization ARM

Show all headers | View raw


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 <kim.phillips@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
---
 arch/arm64/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index bc3f00f..2e6874f 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
-- 
2.9.3

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 2/2] arm64: don't select PERF_USE_VMALLOC by default Kim Phillips <kim.phillips@arm.com> - 2016-08-30 21:10 +0200

csiph-web