[PATCH v6 17/23] powerpc/book3s64/keys: Print information during boot.
Aneesh Kumar K.V
aneesh.kumar at linux.ibm.com
Thu Jul 9 13:29:40 AEST 2020
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar at linux.ibm.com>
---
arch/powerpc/mm/book3s64/pkeys.c | 1 +
1 file changed, 1 insertion(+)
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;
}
--
2.26.2
More information about the Linuxppc-dev
mailing list