ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGN
authorAlexey Brodkin <alexey.brodkin@synopsys.com>
Tue, 22 Jan 2019 16:37:15 +0000 (19:37 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 25 Jan 2019 05:41:09 +0000 (08:41 +0300)
commitfae3798ac9f6de5a4cb1aa1e849d419a2bb8dbbe
treed4e242135904c7dcdee9a55bd60f6a0fd13f2da5
parent7181a6d1cf71b9e97cfcf175400390f9eabde8a8
ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGN

Even though we don't use CONFIG_SYS_CACHELINE_SIZE in ARC-specific code
it is used a lot in different drivers for alignment purposes.

So we define it and make much more drivers at least compilable for ARC.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/include/asm/cache.h