diff options
| author | Roland McGrath <roland@redhat.com> | 2008-07-27 02:53:20 -0400 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-28 02:30:50 -0400 |
| commit | dec2b0d0cc64e495a3c9c5700fa7a3b397b5e855 (patch) | |
| tree | da1175706b05d4c2f821fcfc42b15b98926fefc2 | |
| parent | 7d6d637dac2050f30a1b57b0a3dc5de4a10616ba (diff) | |
powerpc: Enable tracehook for the architecture
The powerpc arch code has all the prerequisites, so set HAVE_ARCH_TRACEHOOK.
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
| -rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index fe88418167c5..587da5e0990f 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -117,6 +117,7 @@ config PPC | |||
| 117 | select HAVE_KPROBES | 117 | select HAVE_KPROBES |
| 118 | select HAVE_ARCH_KGDB | 118 | select HAVE_ARCH_KGDB |
| 119 | select HAVE_KRETPROBES | 119 | select HAVE_KRETPROBES |
| 120 | select HAVE_ARCH_TRACEHOOK | ||
| 120 | select HAVE_LMB | 121 | select HAVE_LMB |
| 121 | select HAVE_DMA_ATTRS if PPC64 | 122 | select HAVE_DMA_ATTRS if PPC64 |
| 122 | select USE_GENERIC_SMP_HELPERS if SMP | 123 | select USE_GENERIC_SMP_HELPERS if SMP |
