aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/Kconfig
diff options
context:
space:
mode:
authorGeorge Spelvin <linux@sciencehorizons.net>2016-05-25 14:19:49 -0400
committerGeorge Spelvin <linux@sciencehorizons.net>2016-05-28 15:48:58 -0400
commit4684fe95300c071983f77653e354c040fe80a265 (patch)
treefec7e5e3b1034b346a723d5f09684b362d9261fc /arch/h8300/Kconfig
parentmicroblaze: Add <asm/hash.h> (diff)
downloadlinux-dev-4684fe95300c071983f77653e354c040fe80a265.tar.xz
linux-dev-4684fe95300c071983f77653e354c040fe80a265.zip
h8300: Add <asm/hash.h>
This will improve the performance of hash_32() and hash_64(), but due to complete lack of multi-bit shift instructions on H8, performance will still be bad in surrounding code. Designing H8-specific hash algorithms to work around that is a separate project. (But if the maintainers would like to get in touch...) Signed-off-by: George Spelvin <linux@sciencehorizons.net> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: uclinux-h8-devel@lists.sourceforge.jp
Diffstat (limited to 'arch/h8300/Kconfig')
-rw-r--r--arch/h8300/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig
index 986ea84caaed..6c583dbbc119 100644
--- a/arch/h8300/Kconfig
+++ b/arch/h8300/Kconfig
@@ -20,6 +20,7 @@ config H8300
select HAVE_KERNEL_GZIP
select HAVE_KERNEL_LZO
select HAVE_ARCH_KGDB
+ select HAVE_ARCH_HASH
config RWSEM_GENERIC_SPINLOCK
def_bool y