summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2015-04-09 12:52:55 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2015-04-11 20:49:27 +1000
commitaf9feebe60add19fdd15adee80ac5b4eeb2a489b (patch)
tree8497577eabe03ba57ef8f9d102cdc7b828c42717 /arch/Kconfig
parentb816ce67fcb57f9d51681cb3d26fd6598b4351ed (diff)
downloadlinux-0-day-af9feebe60add19fdd15adee80ac5b4eeb2a489b.tar.gz
linux-0-day-af9feebe60add19fdd15adee80ac5b4eeb2a489b.tar.xz
oprofile: Disable oprofile NMI timer on ppc64
We want to enable the hard lockup detector on ppc64, but right now that enables the oprofile NMI timer too. We'd prefer not to enable the oprofile NMI timer, it adds another element to our PMU testing and it requires us to increase our exported symbols (eg cpu_khz). Modify the config entry for OPROFILE_NMI_TIMER to disable it on PPC64. Signed-off-by: Anton Blanchard <anton@samba.org> Acked-by: Robert Richter <rric@kernel.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 05d7a8a458d58..0cc605daa4493 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -32,7 +32,7 @@ config HAVE_OPROFILE
config OPROFILE_NMI_TIMER
def_bool y
- depends on PERF_EVENTS && HAVE_PERF_EVENTS_NMI
+ depends on PERF_EVENTS && HAVE_PERF_EVENTS_NMI && !PPC64
config KPROBES
bool "Kprobes"