powerpc/book3s64/keys: Print information during boot.
authorAneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Thu, 9 Jul 2020 03:29:40 +0000 (08:59 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 20 Jul 2020 12:57:59 +0000 (22:57 +1000)
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200709032946.881753-18-aneesh.kumar@linux.ibm.com
arch/powerpc/mm/book3s64/pkeys.c

index 2c1bddc..e776544 100644 (file)
@@ -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;
 }