[PATCH 6/6] x86: tracehook: CONFIG_HAVE_ARCH_TRACEHOOK

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ingo Molnar <mingo@...>, Thomas Gleixner <tglx@...>
Cc: <linux-kernel@...>
Date: Thursday, July 17, 2008 - 3:50 am

The x86 arch code has all the prerequisites, so set HAVE_ARCH_TRACEHOOK.

Signed-off-by: Roland McGrath <roland@redhat.com>
---
 arch/x86/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 96e0c2e..dab1735 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -27,6 +27,7 @@ config X86
 	select HAVE_FTRACE
 	select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64)
 	select HAVE_ARCH_KGDB if !X86_VOYAGER
+	select HAVE_ARCH_TRACEHOOK
 
 config ARCH_DEFCONFIG
 	string
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/6] x86 tracehook patches, Roland McGrath, (Thu Jul 17, 3:45 am)
Re: [PATCH 0/6] x86 tracehook patches, Ingo Molnar, (Fri Jul 18, 4:26 am)
[PATCH 6/6] x86: tracehook: CONFIG_HAVE_ARCH_TRACEHOOK, Roland McGrath, (Thu Jul 17, 3:50 am)
[PATCH 4/6] x86 signals: use asm/syscall.h, Roland McGrath, (Thu Jul 17, 3:49 am)
[PATCH 5/6] x86: tracehook: TIF_NOTIFY_RESUME, Roland McGrath, (Thu Jul 17, 3:50 am)
[PATCH 3/6] x86: tracehook: asm/syscall.h, Roland McGrath, (Thu Jul 17, 3:48 am)
[PATCH 2/6] x86: tracehook syscall, Roland McGrath, (Thu Jul 17, 3:48 am)
[PATCH 1/6] x86: tracehook_signal_handler, Roland McGrath, (Thu Jul 17, 3:47 am)