From 969f6fe6fc5ecc7a2edcc34f29b7f05fcf982266 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Sat, 22 Dec 2012 00:21:12 -0500 Subject: [PATCH] arch/tile: Enable HAVE_ARCH_TRACEHOOK Looks like we have everything needed for that. Signed-off-by: Simon Marchi Signed-off-by: Chris Metcalf --- arch/tile/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 25877aebc685..e911ef638b77 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -22,6 +22,7 @@ config TILE select ARCH_HAVE_NMI_SAFE_CMPXCHG select GENERIC_CLOCKEVENTS select MODULES_USE_ELF_RELA + select HAVE_ARCH_TRACEHOOK # FIXME: investigate whether we need/want these options. # select HAVE_IOREMAP_PROT -- 2.39.2