aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-12-06 09:41:12 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-12-06 09:41:12 -0800
commit3743d33edf4e49376384822c57c4ee5cdf2d32f8 (patch)
tree75241a77262048fa96689f1beb7298435804f200 /arch
parentFix oprofile configuration breakage (diff)
downloadlinux-dev-3743d33edf4e49376384822c57c4ee5cdf2d32f8.tar.xz
linux-dev-3743d33edf4e49376384822c57c4ee5cdf2d32f8.zip
Tiny clean-up of OPROFILE/KPROBES configuration
Make the Kconfig.instrumentation file a bit easier on the eyes, and use the new ARCH_SUPPORTS_OPROFILE for x86[-64]. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 391cb1894127..80b7ba4056db 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -112,8 +112,9 @@ config GENERIC_TIME_VSYSCALL
bool
default X86_64
-
-
+config ARCH_SUPPORTS_OPROFILE
+ bool
+ default y
config ZONE_DMA32