diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2012-12-22 00:21:12 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-03-21 15:39:34 -0400 |
commit | 969f6fe6fc5ecc7a2edcc34f29b7f05fcf982266 (patch) | |
tree | c59b8604588227b0e1c593b1268ae0ad3cc83dda /arch | |
parent | ef18272453c97238fc9a89211d4c609ef9c760dc (diff) |
arch/tile: Enable HAVE_ARCH_TRACEHOOK
Looks like we have everything needed for that.
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/tile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
22 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 22 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
23 | select GENERIC_CLOCKEVENTS | 23 | select GENERIC_CLOCKEVENTS |
24 | select MODULES_USE_ELF_RELA | 24 | select MODULES_USE_ELF_RELA |
25 | select HAVE_ARCH_TRACEHOOK | ||
25 | 26 | ||
26 | # FIXME: investigate whether we need/want these options. | 27 | # FIXME: investigate whether we need/want these options. |
27 | # select HAVE_IOREMAP_PROT | 28 | # select HAVE_IOREMAP_PROT |