]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
authorHuacai Chen <chenhc@lemote.com>
Thu, 21 Jan 2016 13:09:52 +0000 (21:09 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 24 Jan 2016 00:32:25 +0000 (01:32 +0100)
commit6eaf24b1f370307d1d595f863a8e761d1f8591b8
treeca205503ff78ad57ed87b0caf742a81f27b55663
parent3f89dc30c7260c8003480cdc87931dc3837cc479
MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs

Commit e4641ac505e25c0 (MIPS: Rearrange PTE bits into fixed positions.)
defines fixed PTE bits for MIPS R2. Then, commit c82f898e676f8c020f389
(MIPS: pgtable-bits: Fix XPA damage to R6 definitions.) adds the MIPS
R6 definitions in the same way as MIPS R2. But some R6 #ifdefs in the
later commit are missing, so in this patch I fix that.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: Fuxin Zhang <zhangfx@lemote.com>
Cc: Zhangjin Wu <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: stable@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/12164/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/pgtable.h
arch/mips/mm/tlbex.c