diff options
author | Shaohua Li <shaohua.li@intel.com> | 2008-10-01 16:57:14 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-06 13:45:18 -0400 |
commit | 9690ad031290d86979b284bd6243313f58271bcc (patch) | |
tree | 6b2c36756f2edf0b83369c41f39b377b05308faa /arch/ia64/Kconfig | |
parent | f14488ccfe0f41207e40520fab60dce356ed9e57 (diff) |
[IA64] utrace Enable trace hook config
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r-- | arch/ia64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 48e496fe1e75..a36b014ee662 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
@@ -21,6 +21,7 @@ config IA64 | |||
21 | select HAVE_KRETPROBES | 21 | select HAVE_KRETPROBES |
22 | select HAVE_DMA_ATTRS | 22 | select HAVE_DMA_ATTRS |
23 | select HAVE_KVM | 23 | select HAVE_KVM |
24 | select HAVE_ARCH_TRACEHOOK | ||
24 | default y | 25 | default y |
25 | help | 26 | help |
26 | The Itanium Processor Family is Intel's 64-bit successor to | 27 | The Itanium Processor Family is Intel's 64-bit successor to |