Skip to content

Commit

Permalink
x86: tracehook: CONFIG_HAVE_ARCH_TRACEHOOK
Browse files Browse the repository at this point in the history
The x86 arch code has all the prerequisites, so set HAVE_ARCH_TRACEHOOK.

Signed-off-by: Roland McGrath <roland@redhat.com>
  • Loading branch information
Roland McGrath committed Jul 26, 2008
1 parent 59e5213 commit 99bbc4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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
select HAVE_EFFICIENT_UNALIGNED_ACCESS

config ARCH_DEFCONFIG
Expand Down

0 comments on commit 99bbc4b

Please sign in to comment.