[PATCH RFC 4/9] ARM: dump the status of NS bit in L1 PTE
Daniel Thompson
daniel.thompson at linaro.org
Mon Jul 21 07:47:15 PDT 2014
From: Marek Vasut <marex at denx.de>
Add minor adjustment to the page table dumper to also print the status
of the L1 PTE NS bit.
Signed-off-by: Marek Vasut <marex at denx.de>
---
arch/arm/mm/dump.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/mm/dump.c b/arch/arm/mm/dump.c
index c508f41..0100edb 100644
--- a/arch/arm/mm/dump.c
+++ b/arch/arm/mm/dump.c
@@ -176,6 +176,11 @@ static const struct prot_bits section_bits[] = {
.val = PMD_SECT_S,
.set = "SHD",
.clear = " ",
+ }, {
+ .mask = PMD_SECT_NS,
+ .val = PMD_SECT_NS,
+ .set = "NS ",
+ .clear = "ns ",
},
};
--
1.9.3
More information about the linux-arm-kernel
mailing list