aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAneesh Kumar K.V <[email protected]>2020-07-09 08:59:40 +0530
committerMichael Ellerman <[email protected]>2020-07-20 22:57:59 +1000
commit7cdd3745f2d75aecc2b61368e2563ae54bfac59a (patch)
tree574297f9f4a8ea8adf2cd8d216534815aff3591c
parentf7045a45115b17fe695ea7075f5213706f202edb (diff)
powerpc/book3s64/keys: Print information during boot.
Signed-off-by: Aneesh Kumar K.V <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--arch/powerpc/mm/book3s64/pkeys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/mm/book3s64/pkeys.c b/arch/powerpc/mm/book3s64/pkeys.c
index 2c1bddccd67b..e776544a4d11 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;
}