diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-21 19:04:55 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-21 19:04:55 +0900 |
commit | e7ab3cd251926d57ee11d7d320e8fb42c882ad22 (patch) | |
tree | 29dce1711413e010d30fb62c43cbe517a9de95bc /arch/sh/Kconfig | |
parent | 4b4cf7595a8bce9b4dd64c241a8cb7336ecb9489 (diff) | |
download | kernel-crypto-e7ab3cd251926d57ee11d7d320e8fb42c882ad22.tar.gz kernel-crypto-e7ab3cd251926d57ee11d7d320e8fb42c882ad22.tar.xz kernel-crypto-e7ab3cd251926d57ee11d7d320e8fb42c882ad22.zip |
sh: Add FPU registers to regset interface.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 38a5a9edb67..71be7ff5c77 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -23,7 +23,7 @@ config SUPERH32 def_bool !SUPERH64 select HAVE_KPROBES select HAVE_KRETPROBES - select HAVE_ARCH_TRACEHOOK if !SH_FPU + select HAVE_ARCH_TRACEHOOK select HAVE_FTRACE config SUPERH64 |