diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:24:33 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-09-01 21:24:33 +0000 |
commit | 1a180032407ba2dabd02e39c508fe232a9ef66ba (patch) | |
tree | f0b8ce9495c8461e98c5a122a1f2fef62dac3c1b /sys/compat/linuxkpi/common/include/linux/jhash.h | |
parent | ab6c81a218fdb86607085694cff871a4e9944c45 (diff) |
Notes
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/jhash.h')
-rw-r--r-- | sys/compat/linuxkpi/common/include/linux/jhash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/jhash.h b/sys/compat/linuxkpi/common/include/linux/jhash.h index c3904e276778e..08300083212f4 100644 --- a/sys/compat/linuxkpi/common/include/linux/jhash.h +++ b/sys/compat/linuxkpi/common/include/linux/jhash.h @@ -116,7 +116,6 @@ static inline u32 jhash2(const u32 *k, u32 length, u32 initval) return c; } - /* A special ultra-optimized versions that knows they are hashing exactly * 3, 2 or 1 word(s). * |