diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-09-16 07:30:34 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-09-16 07:30:34 +0200 |
commit | a74f7e0410da9da7942cf4f08bbdb0e4fc76f972 (patch) | |
tree | 8c45d67e75ecf44a274951c2f6a6a2ee1c79a84c /arch/sh/Kconfig | |
parent | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... (diff) | |
download | linux-a74f7e0410da9da7942cf4f08bbdb0e4fc76f972.tar.xz linux-a74f7e0410da9da7942cf4f08bbdb0e4fc76f972.zip |
sh: Wire up HAVE_SYSCALL_TRACEPOINTS.
This is necessary to get ftrace syscall tracing working again.. a fairly
trivial and mechanical change. The one benefit is that this can also be
enabled on sh64, despite not having its own ftrace port.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 2f5352c06a0e..4df3570fe511 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -20,6 +20,7 @@ config SUPERH select HAVE_KERNEL_GZIP select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_LZMA + select HAVE_SYSCALL_TRACEPOINTS select RTC_LIB select GENERIC_ATOMIC64 help |