]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: pgtable-bits: Fix XPA damage to R6 definitions.
authorMarkos Chandras <markos.chandras@imgtec.com>
Fri, 29 May 2015 13:43:52 +0000 (14:43 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 9 Jun 2015 08:45:05 +0000 (10:45 +0200)
commitaeea8b6ec168193e28c2fa80eae08d5c8bb5f002
tree43438580e90d21d6376f5ef825d700647718d3e9
parentbe9a3ee1b35a8f842500792cdbc9a1f4ff512b29
MIPS: pgtable-bits: Fix XPA damage to R6 definitions.

Commit fdf60ef04033 ("MIPS: Rearrange PTE bits into fixed positions.")
rearranged the PTE bits into fixed positions in preparation for the XPA
support. However, this patch broke R6 since it only took R2 cores
into consideration for the RI/XI bits leading to boot failures. We fix
this by adding the missing CONFIG_CPU_MIPSR6 definitions

Fixes: fdf60ef04033 ("MIPS: Rearrange PTE bits into fixed positions.")
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10208/
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/pgtable-bits.h