diff options
author | George Spelvin <linux@sciencehorizons.net> | 2016-05-25 14:19:49 -0400 |
---|---|---|
committer | George Spelvin <linux@sciencehorizons.net> | 2016-05-28 15:48:58 -0400 |
commit | 4684fe95300c071983f77653e354c040fe80a265 (patch) | |
tree | fec7e5e3b1034b346a723d5f09684b362d9261fc /arch/h8300/Kconfig | |
parent | 7b13277b682972c2ff8f6419e86c333d81936023 (diff) | |
download | linux-4684fe95300c071983f77653e354c040fe80a265.tar.gz linux-4684fe95300c071983f77653e354c040fe80a265.tar.bz2 linux-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/Kconfig | 1 |
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 |