[Crash-utility] [PATCH v2 2/3] arm64: fix pmd description

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



If we use 2-level page table translation, we won't use
the pmd table. Mark pmd as 'not used' when we use 2-level
page table translation.

Signed-off-by: Kuan-Ying Lee <kuan-ying.lee@xxxxxxxxxxxxx>
---
 arm64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arm64.c b/arm64.c
index e484d20992c0..16f712998576 100644
--- a/arm64.c
+++ b/arm64.c
@@ -1183,7 +1183,7 @@ arm64_dump_machdep_table(ulong arg)
 	else
 		fprintf(fp, "%lx\n", machdep->last_pud_read);
 	fprintf(fp, "       last_pmd_read: ");
-	if (PAGESIZE() == 65536)
+	if ((machdep->flags & VM_L2_64K) || (machdep->flags & VM_L2_16K))
 		fprintf(fp, "(not used)\n");
 	else
 		fprintf(fp, "%lx\n", machdep->last_pmd_read);
-- 
2.43.0
--
Crash-utility mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxxxxxx
https://${domain_name}/admin/lists/devel.lists.crash-utility.osci.io/
Contribution Guidelines: https://github.com/crash-utility/crash/wiki




[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux