From e32475c60f8b5addda7bb911a2ea0043ae0a7c18 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Thu, 16 Sep 2010 16:36:19 +0200 Subject: [PATCH] --- yaml --- r: 210881 b: refs/heads/master c: 0d2b54904d8db26663117ab82697cae5cdf56f72 h: refs/heads/master i: 210879: b04e3610bc61b88d425e8fa7084e50919621f578 v: v3 --- [refs] | 2 +- trunk/arch/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2ba4ae74427b..e33c493ccdcd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c33f543d320843e1732534c3931da4bbd18e6c14 +refs/heads/master: 0d2b54904d8db26663117ab82697cae5cdf56f72 diff --git a/trunk/arch/Kconfig b/trunk/arch/Kconfig index 4877a8c8ee16..fe48fc7a3eba 100644 --- a/trunk/arch/Kconfig +++ b/trunk/arch/Kconfig @@ -32,8 +32,9 @@ config HAVE_OPROFILE config KPROBES bool "Kprobes" - depends on KALLSYMS && MODULES + depends on MODULES depends on HAVE_KPROBES + select KALLSYMS help Kprobes allows you to trap at almost any kernel address and execute a callback function. register_kprobe() establishes @@ -45,7 +46,6 @@ config OPTPROBES def_bool y depends on KPROBES && HAVE_OPTPROBES depends on !PREEMPT - select KALLSYMS_ALL config HAVE_EFFICIENT_UNALIGNED_ACCESS bool