MIPS: Detect bad _PFN_SHIFT values
authorPaul Burton <paul.burton@mips.com>
Wed, 18 Sep 2019 22:03:30 +0000 (22:03 +0000)
committerPaul Burton <paul.burton@mips.com>
Fri, 20 Sep 2019 21:55:07 +0000 (14:55 -0700)
commit05d013a0366d50f4f0dbebf8c1b22b42020bf49a
tree69811af11e7de96a88d2aac71356031142b12ada
parentd1af2ab36d80fcdc15dcaaead68f15352778aec7
MIPS: Detect bad _PFN_SHIFT values

2 recent commits have fixed issues where _PFN_SHIFT grew too large due
to the introduction of too many pgprot bits in our PTEs for some MIPS32
kernel configurations. Tracking down such issues can be tricky, so add a
BUILD_BUG_ON() to help.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
arch/mips/mm/init.c