From ee573d8bfbd6397051f46fd3e52f0aa45b30a887 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Sun, 9 Aug 2015 13:18:44 +0200 Subject: Feather-Trace: add x86 binary rewriting implementation This patch adds the x86-specific implementation of Feather-Trace triggers that works by rewriting jump instructions. --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86/Kconfig') diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index eda7a8806be0..6331227b4686 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2596,6 +2596,6 @@ source "arch/x86/kvm/Kconfig" source "lib/Kconfig" config ARCH_HAS_FEATHER_TRACE - def_bool n + def_bool y source "litmus/Kconfig" -- cgit v1.2.2