> On 14-Dec-2020, at 1:31 PM, Aneesh Kumar K.V <aneesh.ku...@linux.ibm.com>
> wrote:
>
> The kernel call these functions on cpu online and hence they should
> not be marked __init.
>
> Fixes: 3b47b7549ead ("powerpc/book3s64/kuap: Move KUAP related function
> outside radix")
> Signed-off-by: Aneesh Kumar K.V <aneesh.ku...@linux.ibm.com>
> —
This fixes the reported crash I ran into during a cpu online operation.
Reported-by: Sachin Sant <sach...@linux.vnet.ibm.com>
Tested-by: Sachin Sant <sach...@linux.vnet.ibm.com>
-Sachin