summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar2010-09-24 09:12:05 +0200
committerIngo Molnar2010-09-24 09:12:05 +0200
commita5a2bad55de89a0adf7d6f783cb87ab7eb1a894f (patch)
tree452cb8addc26f5c79fdd4e2fea92c78dc17fc8e8 /arch/Kconfig
parentMerge branch 'linus' into perf/core (diff)
parentjump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditions (diff)
downloadkernel-qcow2-linux-a5a2bad55de89a0adf7d6f783cb87ab7eb1a894f.tar.gz
kernel-qcow2-linux-a5a2bad55de89a0adf7d6f783cb87ab7eb1a894f.tar.xz
kernel-qcow2-linux-a5a2bad55de89a0adf7d6f783cb87ab7eb1a894f.zip
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index fe48fc7a3eba..53d7f619a1b9 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -158,4 +158,7 @@ config HAVE_PERF_EVENTS_NMI
subsystem. Also has support for calculating CPU cycle events
to determine how many clock cycles in a given period.
+config HAVE_ARCH_JUMP_LABEL
+ bool
+
source "kernel/gcov/Kconfig"