aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFrancesco Fusco <ffusco@redhat.com>2013-12-18 16:05:48 +0100
committerDavid S. Miller <davem@davemloft.net>2013-12-19 00:14:53 -0500
commit237217546d44fe06c16b8895eecaef22f18ba5ee (patch)
treea82ae9fc4ffd8f326baec66803180b34613c0b5b /lib
parentisdn: use strlcpy() instead strcpy() (diff)
downloadlinux-dev-237217546d44fe06c16b8895eecaef22f18ba5ee.tar.xz
linux-dev-237217546d44fe06c16b8895eecaef22f18ba5ee.zip
lib: hash: follow-up fixups for arch hash
This patch adds the include file to pull in __read_mostly on some architectures e.g. ppc and also fixes up signatures in generic asm. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Francesco Fusco <ffusco@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hash.c b/lib/hash.c
index b89f06a2d606..fea973f4bd57 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -12,6 +12,7 @@
#include <linux/jhash.h>
#include <linux/hash.h>
+#include <linux/cache.h>
static struct fast_hash_ops arch_hash_ops __read_mostly = {
.hash = jhash,