]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Delete redundant definition of SMP_CACHE_BYTES.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 21 Mar 2017 21:40:43 +0000 (22:40 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 10 Apr 2017 09:56:08 +0000 (11:56 +0200)
commit7591a2a739ce3a8e63d724c5262c5d6f6d551db6
treeaad61bcf06c2940b5c747e8c85132f5ce0ef76fd
parent9e54e58e16c6a908372c4f4548733fcbc150dd95
MIPS: Delete redundant definition of SMP_CACHE_BYTES.

<linux/cache.h> already defines SMP_CACHE_BYTES as L1_CACHE_BYTES.

This change results in a build error in <asm/cpu-info.h> which directly
includes <asm/cache.h>.  Fix this by including <linux/cache.h> instead.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/cache.h
arch/mips/include/asm/cpu-info.h