diff mbox series

[v6,17/23] powerpc/book3s64/keys: Print information during boot.

Message ID 20200709032946.881753-18-aneesh.kumar@linux.ibm.com (mailing list archive)
State Accepted
Commit 7cdd3745f2d75aecc2b61368e2563ae54bfac59a
Headers show
Series powerpc/book3s/64/pkeys: Simplify the code | expand

Commit Message

Aneesh Kumar K V July 9, 2020, 3:29 a.m. UTC
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
---
 arch/powerpc/mm/book3s64/pkeys.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/powerpc/mm/book3s64/pkeys.c b/arch/powerpc/mm/book3s64/pkeys.c
index f388c8d5359a..c682eefd3fc1 100644
--- a/arch/powerpc/mm/book3s64/pkeys.c
+++ b/arch/powerpc/mm/book3s64/pkeys.c
@@ -208,6 +208,7 @@  void __init pkey_early_init_devtree(void)
 	 */
 	initial_allocation_mask |= reserved_allocation_mask;
 
+	pr_info("Enabling pkeys with max key count %d\n", num_pkey);
 	return;
 }