ARM: mm: Allow an empty PMD in alloc_init_pte()
authorJon Medhurst (Tixy) <tixy@linaro.org>
Wed, 28 Nov 2012 11:17:51 +0000 (11:17 +0000)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 22:52:01 +0000 (15:52 -0700)
commit7a8ab31b78ad38a165f379a79db696ebe3c6e21b
tree2287ecaaf42c7c52364060f68bfb47bea12ebd8d
parent22eee1aaffd7dbfe1b4e69959d0bce9a4a06818e
ARM: mm: Allow an empty PMD in alloc_init_pte()

The Android patch titled "ARM: allow the kernel text section to
be made read-only" modifies alloc_init_pte() and adds a BUG_ON
to detect the case where a section mapping is being overwritten.
However the test doesn't allow for the legitimate case where the
PMD is empty, as can happen for kernels built with CONFIG_ARM_LPAE.
So extend the test to allow this.

Change-Id: I28eeaefd856bae63a5532980e41e0fd4d8922e79
Signed-off-by: Jon Medhurst <tixy@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
arch/arm/mm/mmu.c