[PATCH v6 03/23] powerpc/book3s64/pkeys: pkeys are supported only on hash on book3s.
Michael Ellerman
mpe at ellerman.id.au
Mon Jul 20 16:05:50 AEST 2020
"Aneesh Kumar K.V" <aneesh.kumar at linux.ibm.com> writes:
> Move them to hash specific file and add BUG() for radix path.
> ---
> .../powerpc/include/asm/book3s/64/hash-pkey.h | 32 ++++++++++++++++
> arch/powerpc/include/asm/book3s/64/pkeys.h | 25 +++++++++++++
> arch/powerpc/include/asm/pkeys.h | 37 ++++---------------
> 3 files changed, 64 insertions(+), 30 deletions(-)
> create mode 100644 arch/powerpc/include/asm/book3s/64/hash-pkey.h
> create mode 100644 arch/powerpc/include/asm/book3s/64/pkeys.h
This isn't signed-off.
I assume you meant to, so I added it.
cheers
> diff --git a/arch/powerpc/include/asm/book3s/64/hash-pkey.h b/arch/powerpc/include/asm/book3s/64/hash-pkey.h
> new file mode 100644
> index 000000000000..795010897e5d
More information about the Linuxppc-dev
mailing list