diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2020-06-15 06:25:23 +0000 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2020-06-29 14:50:25 -0400 |
commit | becd2014923ff259b8155df58199f605dd50cb8f (patch) | |
tree | d3ce84f0610fbf33e9fdc23e295ddc3532c9db11 /arch/powerpc/perf/core-book3s.c | |
parent | bf2654017e0268cc83dc88d56f0e67ff4406631d (diff) |
SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE
Even if that's only a warning, not including asm/cacheflush.h
leads to svc_flush_bvec() being empty allthough powerpc defines
ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE.
CC net/sunrpc/svcsock.o
net/sunrpc/svcsock.c:227:5: warning: "ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE" is not defined [-Wundef]
#if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE
^
Include linux/highmem.h so that asm/cacheflush.h will be included.
Reported-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reported-by: kernel test robot <lkp@intel.com>
Fixes: ca07eda33e01 ("SUNRPC: Refactor svc_recvfrom()")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Acked-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'arch/powerpc/perf/core-book3s.c')
0 files changed, 0 insertions, 0 deletions