projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7045a4
)
powerpc/book3s64/keys: Print information during boot.
author
Aneesh Kumar K.V
<aneesh.kumar@linux.ibm.com>
Thu, 9 Jul 2020 03:29:40 +0000
(08:59 +0530)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/mm/book3s64/pkeys.c
b/arch/powerpc/mm/book3s64/pkeys.c
index 2c1bddccd67b13d3aff2f0ec490e943a604c78b0..e776544a4d115fe25e555a6287f95cb3d204d814 100644
(file)
--- 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;
}