Re: [PATCH] powerpc/pkeys: Remove unused code

2021-02-10 Thread Michael Ellerman
On Tue, 2 Feb 2021 20:30:50 +0530, Sandipan Das wrote: > This removes arch_supports_pkeys(), arch_usable_pkeys() and > thread_pkey_regs_*() which are remnants from the following: > > commit 06bb53b33804 ("powerpc: store and restore the pkey state across > context switches") > commit 2cd4bd192ee9

Re: [PATCH] powerpc/pkeys: Remove unused code

2021-02-03 Thread Ram Pai
On Tue, Feb 02, 2021 at 08:30:50PM +0530, Sandipan Das wrote: > This removes arch_supports_pkeys(), arch_usable_pkeys() and > thread_pkey_regs_*() which are remnants from the following: > > commit 06bb53b33804 ("powerpc: store and restore the pkey state across > context switches") > commit 2cd4bd

[PATCH] powerpc/pkeys: Remove unused code

2021-02-02 Thread Sandipan Das
This removes arch_supports_pkeys(), arch_usable_pkeys() and thread_pkey_regs_*() which are remnants from the following: commit 06bb53b33804 ("powerpc: store and restore the pkey state across context switches") commit 2cd4bd192ee9 ("powerpc/pkeys: Fix handling of pkey state across fork()") commit