aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
authorPaul Walmsley <[email protected]>2019-07-17 20:41:51 +0000
committerPaul Walmsley <[email protected]>2019-07-18 15:16:56 +0000
commit2d69fbf3d01a5b71e98137e2406d4087960c512e (patch)
treed079dd5bfc24309c8c1a378bc515cde247204c66 /net/tipc
parentRISC-V: Add an Image header that boot loader can parse. (diff)
downloadkernel-2d69fbf3d01a5b71e98137e2406d4087960c512e.tar.gz
kernel-2d69fbf3d01a5b71e98137e2406d4087960c512e.zip
riscv: fix build break after macro-to-function conversion in generic cacheflush.h
Commit c296d4dc13ae ("asm-generic: fix a compilation warning") converted the various flush_*cache_* macros in asm-generic/cacheflush.h to static inline functions. This breaks RISC-V builds, since RISC-V's cacheflush.h includes the generic cacheflush.h and then undefines the macros to be overridden. Fix by copying the subset of the no-op functions that are reused from the generic cacheflush.h into the RISC-V cacheflush.h, and dropping the include of the generic cacheflush.h. Fixes: c296d4dc13ae ("asm-generic: fix a compilation warning") Signed-off-by: Paul Walmsley <[email protected]> Cc: Qian Cai <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions