Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e436355 authored by Ram Pai's avatar Ram Pai Committed by Michael Ellerman
Browse files

powerpc: capture the PTE format changes in the dump pte report



The H_PAGE_F_SECOND,H_PAGE_F_GIX are not in the 64K main-PTE.
capture these changes in the dump pte report.

Reviewed-by: default avatarAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: default avatarRam Pai <linuxram@us.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent a8548686
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ static const struct flag_info flag_array[] = {
		.val	= H_PAGE_4K_PFN,
		.set	= "4K_pfn",
	}, {
#endif
#else /* CONFIG_PPC_64K_PAGES */
		.mask	= H_PAGE_F_GIX,
		.val	= H_PAGE_F_GIX,
		.set	= "f_gix",
@@ -224,6 +224,7 @@ static const struct flag_info flag_array[] = {
		.val	= H_PAGE_F_SECOND,
		.set	= "f_second",
	}, {
#endif /* CONFIG_PPC_64K_PAGES */
#endif
		.mask	= _PAGE_SPECIAL,
		.val	= _PAGE_SPECIAL,